# 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: ```toml [dependencies] intrusive = "*" ``` ## Author [Jonathan Reem](https://medium.com/@jreem) is the primary author and maintainer of intrusive. ## License MIT