strs_tools 0.44.0

Tools to manipulate strings.
Documentation
1
2
3
4
5
6
7
8
9
//! Test suite for the `strs_tools` crate.

#[ allow( unused_imports ) ]
use strs_tools as the_module;
mod inc;

#[ cfg( all( feature = "string_split", feature = "std" ) ) ]
#[ path = "./inc/split_test/split_behavior_tests.rs" ]
mod split_behavior_tests;