Abstraction layer for a stack-allocated multi-queue with bounded length. WIP
Derives for stack-queue
Heapless auto-batching queue
Helper to deal with data structures.
Common data structures for Rust: Stack, Queue, BST, Trie, Graph, and Union-Find
rustgym solutions
wrapper RocksDB wrapper for Rust, adding datastructures functionnalities
High-performance lock-free data structures for Rust with zero dependencies
A collection of memory efficient and intrusive data structures
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.
Implementation of various data structures using linked lists in rust
implementation of various data structures using linked lists in rust