4 releases
Uses old Rust 2015
0.0.4 | Dec 14, 2014 |
---|---|
0.0.3 | Dec 14, 2014 |
0.0.2 | Dec 14, 2014 |
0.0.1 | Dec 14, 2014 |
#4 in #proof-of-concept
13KB
353 lines
Intrusive
Proof-of-concept trait for intrusive iterators.
Usage
Use the crates.io repository; add this to your Cargo.toml
along
with the rest of your dependencies:
[dependencies]
intrusive = "*"
Author
Jonathan Reem is the primary author and maintainer of intrusive.
License
MIT
lib.rs
:
Proof-of-concept trait for intrusive iterators.