wtools 0.2.20

Collection of general purpose tools for solving problems. Fundamentally extend the language without spoiling, so may be used solely or in conjunction with another module of such kind.
Documentation
#[ allow( unused_imports ) ]
use super::*;

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

#[ cfg( any( feature = "for_each", feature = "meta_for_each" ) ) ]
#[ path = "meta/for_each_test.rs" ]
mod for_each_test;

#[ cfg( any( feature = "collection_make", feature = "meta_collection_make" ) ) ]
#[ path = "meta/collection_make_test.rs" ]
mod collection_make_test;

#[ cfg( any( feature = "collection_make", feature = "meta_collection_make" ) ) ]
#[ path = "meta/indents_concat_test.rs" ]
mod indents_concat_test;

#[ cfg( any( feature = "impls_index", feature = "meta_impls_index" ) ) ]
#[ path = "./impls_index/mod.rs" ]
mod impls_index;

#[ cfg( any( feature = "mod_interface", feature = "meta_mod_interface" ) ) ]
#[ path = "./mod_interface/mod.rs" ]
mod mod_interface;

// xxx : move former / options tests here