Crates.io | split_preserve |
lib.rs | split_preserve |
version | 0.1.0 |
source | src |
created_at | 2019-05-28 01:04:22.264672 |
updated_at | 2019-05-28 01:04:22.264672 |
description | An iterator that splits on whitespace but doesn't throw it away |
homepage | |
repository | https://github.com/Mendess2526/split-conserve-ws |
max_upload_size | |
id | 137432 |
size | 5,860 |
This crate provides an iterator over strings that splits on whitespace but doesn't throw the whitespace away, like the version in std does.