12 releases
Uses old Rust 2015
0.0.12 | Sep 22, 2015 |
---|---|
0.0.11 | Jun 5, 2015 |
0.0.7 | Mar 5, 2015 |
0.0.6 | Jan 9, 2015 |
0.0.2 | Dec 17, 2014 |
#2 in #proof-of-concept
66 downloads per month
Used in 6 crates
(2 directly)
23KB
717 lines
Traverse
Proof-of-concept trait for internal iterators called traversals.
Usage
Use the crates.io repository; add this to your Cargo.toml
along
with the rest of your dependencies:
[dependencies]
traverse = "*"
Author
Jonathan Reem and Alexis Beingessner are the primary authors and maintainers of traverse.
License
MIT
lib.rs
:
Proof-of-concept trait for internal iterators.
Dependencies
~465KB