4 releases (2 breaking)

Uses old Rust 2015

0.3.1 Jul 8, 2017
0.3.0 Jul 7, 2017
0.2.0 Jul 7, 2017
0.1.0 May 29, 2017

#559 in #iterator

39 downloads per month
Used in 3 crates (2 directly)

CC0 license

13KB
227 lines

Iterator traits

Iterator traits for collections. You may freely use and modify this code under the CC0 1.0 Universal License.

Usage

To use in your own project, just add the below to your Cargo.toml file.

[dependencies]
iter-trait = "0.1"

For more formal documentation, you can find the rustdoc here.

Dependencies

~8KB