impls_index_meta

Crates.ioimpls_index_meta
lib.rsimpls_index_meta
version0.7.0
sourcesrc
created_at2022-05-15 21:56:39.15328
updated_at2024-05-11 22:32:53.932337
descriptionSeveral of macros to put each function under a named macro to index every function in a class.
homepagehttps://github.com/Wandalen/wTools/tree/master/module/core/impls_index_meta
repositoryhttps://github.com/Wandalen/wTools/tree/master/module/core/impls_index_meta
max_upload_size
id587356
size8,425
Wandalen (Wandalen)

documentation

https://docs.rs/impls_index_meta

README

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
Commit count: 0

cargo fmt