#builder-pattern #general-purpose #fundamental

macro impls_index_meta

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

7 releases (breaking)

0.6.0 Mar 16, 2024
0.5.0 Mar 16, 2024
0.4.0 Mar 16, 2024
0.3.0 Mar 1, 2024
0.1.0 May 15, 2022

#50 in #builder-pattern

Download history 358/week @ 2023-12-18 137/week @ 2023-12-25 187/week @ 2024-01-01 306/week @ 2024-01-08 235/week @ 2024-01-15 187/week @ 2024-01-22 195/week @ 2024-01-29 224/week @ 2024-02-05 398/week @ 2024-02-12 437/week @ 2024-02-19 516/week @ 2024-02-26 494/week @ 2024-03-04 3070/week @ 2024-03-11 3452/week @ 2024-03-18 663/week @ 2024-03-25 1022/week @ 2024-04-01

8,263 downloads per month
Used in 83 crates (via impls_index)

MIT license

75KB
1.5K 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

Dependencies

~305–750KB
~18K SLoC