#builder-pattern #impl #general-purpose #impls-index-meta

macro impls_index_meta

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

11 breaking releases

new 0.12.0 Apr 16, 2025
0.10.0 Apr 5, 2025
0.9.0 Oct 30, 2024
0.7.0 May 11, 2024
0.1.1 Jul 2, 2022

#33 in #builder-pattern

Download history 117/week @ 2024-12-27 75/week @ 2025-01-03 86/week @ 2025-01-10 172/week @ 2025-01-17 83/week @ 2025-01-24 89/week @ 2025-01-31 86/week @ 2025-02-07 244/week @ 2025-02-14 250/week @ 2025-02-21 229/week @ 2025-02-28 426/week @ 2025-03-07 306/week @ 2025-03-14 75/week @ 2025-03-21 155/week @ 2025-03-28 637/week @ 2025-04-04 329/week @ 2025-04-11

1,230 downloads per month
Used in 78 crates (2 directly)

MIT license

13KB
214 lines

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

~200–630KB
~15K SLoC