Expand description

Collection of general purpose derives.

module::derive_tools rust-status

Collection of general purpose derives.

Sample

use derive_tools::*;

// qqq : write pelase

To add to your project

cargo add derive_tools

Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/derive_tools_trivial
cargo run

Re-exports

pub use own::*;
pub use exposed::*;

Modules

Exposed namespace of the module.

Internal namespace.

Own namespace of the module.

Prelude to use: use wtools::prelude::*.

Structs

Traits

Derive Macros