wstring_tools 0.1.5

Tools to manipulate strings.
Documentation
1
2
3
4
5
6
7
8
9
10
// #![cfg_attr(docsrs, feature(doc_cfg))]
#![ cfg_attr( feature = "nightly", feature( type_name_of_val ) ) ]
// #![ feature( type_name_of_val ) ]
// #![ feature( trace_macros ) ]
// #![ feature( concat_idents ) ]

use typing_tools as TheModule;

// #[ path = "./inc.rs" ]
mod inc;