An alternate implementation for std::collections::LinkedList that does not use any unsafe code
Documentation: API reference (docs.rs)
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] safe-linked-list = "0.3.0"