split_ext

Extension traits for splitting

2 releases

0.1.1 May 6, 2019
0.1.0 May 6, 2019

Custom license

15KB
403 lines

split_ext: extension methods for splitting

Build Status Crates.io

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–5MB
~92K SLoC