//! Test suite for the `strs_tools` crate.
// allow: the_module alias may not be used in all cfg combinations; required for inc/ sub-modules
#[allow( unused_imports )]use strs_tools as the_module;modinc;#[cfg(all( feature ="string_split", feature ="std"))]#[path="./inc/split_test/split_behavior_tests.rs"]modsplit_behavior_tests;