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:

toml [dependencies] safe-linked-list = "0.3.0"