wstring_tools 0.1.5

Tools to manipulate strings.
Documentation
// use test_tools::*;

//

tests_impls!
{
  #[ test ]
  fn basic()
  {
    a_id!( true, true );
  }
}

//

tests_index!
{
  basic,
}