splitter-0.2.1 has been yanked.
Splitter
A string and slice splitter library
String Example
use StrSplitter;
let sp = new;
assert_eq!;
Slice Example
use Splitter;
let sp = new;
let re: = vec!;
assert_eq!;
Look at the examples for more info
Features
std- enables the standard library (currently only used withimpls- feature)impls- automatically implementsInfoandStrInfofor usefull types fromcoreandstdinfos- adds pre-defined usefullInfoandStrInfotypesderive- enables the [Info] and [StrInfo] derive macrofull- enables all features
Automatic Implementations
impls - feature
core::pin::Pincore::marker::PhantomDatacore::marker::PhantomPinnedcore::mem::ManuallyDropcore::cell::Cellcore::cell::RefCellcore::cell::UnsafeCellcore::ops::Rangecore::ops::RangeInclusive
impls and std - feature
std::boxed::Boxstd::rc::Rcstd::sync::Arcstd::sync::Mutexstd::sync::RwLockstd::vec::Vec(only for slices)std::path::PathBuf(only for strings)std::string::String(only for strings)