Intrusive collections for Rust including linked list and red-black tree.
# Cargo.toml
[dependencies]
intrusive-collections = "0.10.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an intrusive linked list.
Ensure nodes are not dropped while still in the collection.
No dependency data recorded yet.