#linked-list #collection #unsafe

yanked safe-linked-list

An alternate implementation for std::collections::LinkedList that does not use any unsafe code

0.3.0 Apr 26, 2020
0.2.0 Apr 25, 2020
0.1.1 Apr 24, 2020
0.1.0 Apr 24, 2020

#113 in #linked-list

MIT license

16KB
269 lines

safe-linked-list

Crates.io

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.

No runtime deps