https://github.com/mendess/split_preserve
https://github.com/mendess/split_preserve
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mendess/split_preserve
- Owner: mendess
- Created: 2019-05-28T01:03:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T01:11:28.000Z (about 6 years ago)
- Last Synced: 2025-02-08T22:45:41.763Z (4 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.[Docs](https://docs.rs/split_preserve/0.1.0/split_preserve/)