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
1,230 downloads per month
Used in 78 crates
(2 directly)
13KB
214 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
~200–630KB
~15K SLoC