2 releases
0.1.1 | May 6, 2019 |
---|---|
0.1.0 | May 6, 2019 |
#121 in #split
15KB
403 lines
split_ext: extension methods for splitting
Usage
It’s on crates.io, so add
this to your Cargo.toml
:
[dependencies]
split_ext = "*"
lib.rs
:
Extension traits for splitting.
Right now the focus is on packaging together an owned string and an iterator that borrows from the string to split it.
This is an initial, work-in-progress release.
Dependencies
~3.5–4.5MB
~89K SLoC