#fundamental #general-purpose #builder-pattern

macro impls_index_meta

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

2 releases

0.1.1 Jul 2, 2022
0.1.0 May 15, 2022

#21 in #builder-pattern

Download history 83/week @ 2022-11-28 136/week @ 2022-12-05 187/week @ 2022-12-12 701/week @ 2022-12-19 459/week @ 2022-12-26 62/week @ 2023-01-02 300/week @ 2023-01-09 730/week @ 2023-01-16 572/week @ 2023-01-23 621/week @ 2023-01-30 589/week @ 2023-02-06 245/week @ 2023-02-13 1141/week @ 2023-02-20 443/week @ 2023-02-27 300/week @ 2023-03-06 1432/week @ 2023-03-13

3,408 downloads per month
Used in 60 crates (via impls_index)

MIT license

2MB
53K SLoC

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_meta

Dependencies

~3MB
~72K SLoC