A high-performance Circular Doubly Linked List implementation in Rust
A circular doubly linked list implementation using Rc<T> and RefCell<T>
A circular doubly linked list
rustgym solutions
A hairy circular linked list for no_std environments.
circular linked list
Trees methods for linksplatform
A block-based, non-circular double-linked list implementation for Rust.
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.
Low-level, LevelDB-compatible sharded LRU cache engine for bitcoin-rs, implementing intrusive LRU lists, a custom hash table, and precise refcount-based eviction with manual memory management.
Generates Sudoku boards using the dancing links algorithm
A library to encode/decode objects to/from links notation
Provides a circular linked list data structure for Ruby with the most common methods
basic circular linked list