non_std 0.1.4

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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

// use std::env;

// #[test]
// fn trybuild_tests()
// {
//   println!( "current_dir : {:?}", env::current_dir().unwrap() );
//   // let t = trybuild::TestCases::new();
//   // t.pass( "rust/test/former/test/basic_manual.rs" );
// }

use super::Former;

mod basic_manual { include!( "./all/basic_manual.rs" ); }
// mod custom_getter_manual { include!( "./all/custom_getter_manual.rs" ); }

/* zzz : use macro mod_at */