Crate derive_tools
source · [−]Expand description
Collection of general purpose derives.
Module :: derive_tools
Collection of general purpose derives.
Sample
use derive_tools::*;
// qqq : write pelase
To add to your project
cargo add derive_toolsTry out from the repository
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/derive_tools_trivial
cargo runRe-exports
pub use protected::*;