fundamental_data_type 0.2.0

A collection of derive macros designed to enhance STD.
Documentation
1
2
3
4
5
6
7
8

#[ allow( unused_imports ) ]
use fundamental_data_type as TheModule;
#[ allow( unused_imports ) ]
use test_tools::exposed::*;

#[ path="../../../../module/core/derive_tools/tests/inc/mod.rs" ]
mod tests;