#builder-pattern #general-purpose

macro impls_index_meta

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

12 breaking releases

0.13.0 Jun 21, 2025
0.11.0 Apr 13, 2025
0.9.0 Oct 30, 2024
0.7.0 May 11, 2024
0.1.1 Jul 2, 2022

#91 in #general-purpose

Download history 225/week @ 2025-12-11 289/week @ 2025-12-18 248/week @ 2025-12-25 391/week @ 2026-01-01 109/week @ 2026-01-08 255/week @ 2026-01-15 444/week @ 2026-01-22 491/week @ 2026-01-29 367/week @ 2026-02-05 270/week @ 2026-02-12 464/week @ 2026-02-19 333/week @ 2026-02-26 234/week @ 2026-03-05 345/week @ 2026-03-12 308/week @ 2026-03-19 167/week @ 2026-03-26

1,157 downloads per month
Used in 42 crates (2 directly)

MIT license

13KB
212 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

~110–480KB
~11K SLoC