#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 releases (breaking)

0.7.0 May 11, 2024
0.6.0 Mar 16, 2024
0.5.0 Mar 16, 2024
0.4.0 Mar 16, 2024
0.1.0 May 15, 2022

#48 in #builder-pattern

Download history 181/week @ 2024-02-01 264/week @ 2024-02-08 461/week @ 2024-02-15 456/week @ 2024-02-22 498/week @ 2024-02-29 1333/week @ 2024-03-07 3833/week @ 2024-03-14 2118/week @ 2024-03-21 596/week @ 2024-03-28 699/week @ 2024-04-04 553/week @ 2024-04-11 424/week @ 2024-04-18 774/week @ 2024-04-25 691/week @ 2024-05-02 1702/week @ 2024-05-09 801/week @ 2024-05-16

4,018 downloads per month
Used in 85 crates (via impls_index)

MIT license

125KB
2.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

~0.3–0.8MB
~19K SLoC