Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.27 KB

Readme.md

File metadata and controls

18 lines (12 loc) · 1.27 KB

Module :: impls_index_meta

experimental rust-status docs.rs discord

Several of macros to put each function under a named macro to index every function in a class.

It encourages writing better code, having index of components stripped of details of implementation is very important for comprehension of the code and ability to see the big picture.

Not intended to be used without runtime. This module and runtime is aggregate in module::impls_index is here.

To add to your project

cargo add impls_index