An open API service indexing awesome lists of open source software.

https://github.com/mendess/split_preserve


https://github.com/mendess/split_preserve

Last synced: 2 months ago
JSON representation

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/)