Crates.io | impls_index_meta |
lib.rs | impls_index_meta |
version | 0.9.0 |
source | src |
created_at | 2022-05-15 21:56:39.15328 |
updated_at | 2024-10-30 21:03:04.723745 |
description | Several of macros to put each function under a named macro to index every function in a class. |
homepage | https://github.com/Wandalen/wTools/tree/master/module/core/impls_index_meta |
repository | https://github.com/Wandalen/wTools/tree/master/module/core/impls_index_meta |
max_upload_size | |
id | 587356 |
size | 8,693 |
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.
cargo add impls_index