| 0.3.0 |
|
|---|---|
| 0.2.0 |
|
| 0.1.1 |
|
| 0.1.0 |
|
#107 in #linked-list
16KB
269 lines
safe-linked-list
An alternate implementation for std::collections::LinkedList that does not use any unsafe code
Documentation: API reference (docs.rs)
Usage
Add this to your Cargo.toml:
[dependencies]
safe-linked-list = "0.3.0"
lib.rs:
safe-linked-list
safe-linked-list is an alternate implementation for std::collections::LinkedList that does not use any unsafe code.