2 releases

0.1.1 May 6, 2019
0.1.0 May 6, 2019

#2976 in Rust patterns

22 downloads per month

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–4.5MB
~88K SLoC