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:
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆116Updated 8 months ago
- A low-level I/O ownership and borrowing library☆105Updated 3 months ago
- Attribute proc-macro to delegate method to a field☆29Updated 2 years ago
- ☆51Updated 11 months ago
- An article explaining the unsoundness I found in owning-ref☆27Updated 3 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A global executor built on top of async-executor and smol☆75Updated 3 months ago
- Macros to erase scope information from tokens☆26Updated 2 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Asynchronous DNS lookups☆67Updated last year
- Dynamic structured values for Rust☆28Updated 2 months ago
- Serde serializer for generating Starlark build targets☆69Updated 2 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆72Updated 8 months ago
- 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
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- ☆22Updated last year
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆65Updated this week
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated last month
- structured parallel execution for async Rust☆37Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- futures::AtomicWaker extracted into its own crate☆36Updated 3 months ago
- Example implementation of stack tokens for Rust☆34Updated 2 years ago
- Layered configuration system built upon serde☆32Updated 2 months ago
- Time and duration crate optimized for speed and API stability.☆74Updated 2 weeks ago
- Rust's Enum variant counter☆15Updated 4 years ago
- Command line flags library that does not require a central list of all the flags☆55Updated 2 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago