Crate escape_string[][src]

Efficiently split lines by whitespace, while handling the backslash escape sequences in Rust-like string format.

Functions

escape
split
split_one

Split some text by unescaped whitespace.

split_one_bytes