[][src]Crate str_split_mut

Little crate implementing some split-like methods on mutable string slices,concretely slice::split_mut and slice::splitn_mut.

Structs

SplitMut

Struct created with the SplitMutStr::split_mut method.

SplitNMut

Struct created with the SplitMutStr::splitn_mut method.

Traits

SplitMutStr

Trait implementing slice::split_mut and slice::splitn_mut on str.