# safe-linked-list [![Crates.io](https://img.shields.io/crates/v/safe-linked-list)](https://crates.io/crates/safe-linked-list) An alternate implementation for std::collections::LinkedList that does not use any unsafe code Documentation: [API reference (docs.rs)](https://docs.rs/safe-linked-list) ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] safe-linked-list = "0.3.0" ```