implementation of various data structures using linked lists in rust
A linked list implementation with unique features and an extended list of constant time methods providing high performance traversals and mutations.
Final project for the ENSF 594 course of the University of Calgary, summer 2022
Singly linked list in Rust, with macros for easy instantiation
A Hierarchical Doubly Linked List.
Implementation of various data structures using linked lists in rust
The implementation of the unrolled linked list in rust
A package containing a minimal i32 LinkedList implementation
Intrusive collections for Rust (linked list and red-black tree)
A high-performance Circular Doubly Linked List implementation in Rust
Intrusive collections for Rust (linked list and red-black tree)
An efficient, zero-allocation circular intrusive doubly linked list in Rust. Features safe, lifetime-bounded iterators, unified ownership validation using a link_state flag to prevent node reuse bugs across multiple lists, and idiomatically optimized low-level pointer mechanics without any external heap allocation overhead.