noamtashma / recursive_referenceLinks
This rust crate provides a way to walk on recursive structures easily and safely.
☆13Updated 4 years ago
Alternatives and similar repositories for recursive_reference
Users that are interested in recursive_reference are comparing it to the libraries listed below
Sorting:
- An article explaining the unsoundness I found in owning-ref☆27Updated 3 years ago
- A low-level I/O ownership and borrowing library☆102Updated 7 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated 6 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated 11 months ago
- Attribute proc-macro to delegate method to a field☆29Updated last year
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 4 months ago
- Synchronous memory pipe for Rust☆31Updated 4 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 4 months ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- Dynamic structured values for Rust☆28Updated 3 months ago
- Rust crate for accepting general reference-like values without proliferating generics.☆36Updated 8 years ago
- A queue designed for buffer swapping instead of task popping☆23Updated 2 years ago
- A bridge between different serde implementations.☆16Updated 5 months ago
- Rust library providing `Zc` for self-referential zero-copy structures☆41Updated 4 years ago
- Serde serializer for generating Starlark build targets☆66Updated 2 months ago
- The simd optimized escape code☆54Updated 2 weeks ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A bit vector with the Rust standard library's portable SIMD API.☆41Updated 2 years ago
- An on-disk hash table implementation☆124Updated 3 years ago
- bytes::BufMut implementation to count buffer size☆22Updated 2 months ago
- Completion futures for Rust☆19Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- An ordered multimap.☆21Updated 7 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Asynchronously speed-limiting multiple byte streams☆62Updated 9 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆80Updated 10 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago