rayon::str

Function split

Source
fn split(chars: &str) -> Option<(&str, &str)>
Expand description

Try to split a string near the midpoint.