WKHAllen / ll-rs

A Rust Linked List implementation using no unsafe code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safe Linked Lists for Rust

Linked Lists are notoriously difficult to implement in Rust without using unsafe. Even the standard library implementation uses unsafe code.

This is my own implementation. It does not use unsafe anywhere.

About

A Rust Linked List implementation using no unsafe code.

License:MIT License


Languages

Language:Rust 100.0%