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
1,157 downloads per month
Used in 42 crates
(2 directly)
13KB
212 lines
Module :: impls_index_meta
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