#builder-pattern #fundamental #general-purpose

macro impls_index_meta

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

8 breaking releases

0.9.0 Oct 30, 2024
0.7.0 May 11, 2024
0.6.0 Mar 16, 2024
0.2.0 Oct 19, 2023
0.1.1 Jul 2, 2022

#69 in #builder-pattern

Download history 589/week @ 2024-07-17 355/week @ 2024-07-24 339/week @ 2024-07-31 392/week @ 2024-08-07 508/week @ 2024-08-14 314/week @ 2024-08-21 883/week @ 2024-08-28 631/week @ 2024-09-04 495/week @ 2024-09-11 230/week @ 2024-09-18 187/week @ 2024-09-25 314/week @ 2024-10-02 326/week @ 2024-10-09 283/week @ 2024-10-16 201/week @ 2024-10-23 742/week @ 2024-10-30

1,572 downloads per month
Used in 80 crates (via impls_index)

MIT license

180KB
3.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

~1.3–1.8MB
~36K SLoC