#iterator #traversal #traits #internal #called #proof-of-concept

traverse

Proof-of-concept trait for internal iterators called traversals

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

#1334 in Rust patterns

Download history 6/week @ 2024-01-04 13/week @ 2024-01-11 7/week @ 2024-01-18 2/week @ 2024-02-01 7/week @ 2024-02-08 18/week @ 2024-02-15 32/week @ 2024-02-22 25/week @ 2024-02-29 32/week @ 2024-03-07 25/week @ 2024-03-14 25/week @ 2024-03-21 36/week @ 2024-03-28 27/week @ 2024-04-04 34/week @ 2024-04-11 30/week @ 2024-04-18

128 downloads per month
Used in 6 crates (2 directly)

MIT/Apache

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

~470KB