# split-conserve-ws This crate provides an iterator over strings that splits on whitespace but doesn't throw the whitespace away, like the version in [std](https://doc.rust-lang.org/std/primitive.str.html#method.split_whitespace) does.