Crate impls_index_meta

source ·
Expand description

§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

Macros§

  • Macros to put each function under a named macro to index every function in a class.