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:
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Asynchronously speed-limiting multiple byte streams☆66Updated 11 months ago
- Dynamic structured values for Rust☆28Updated 2 weeks ago
- A low-level I/O ownership and borrowing library☆104Updated last month
- An article explaining the unsoundness I found in owning-ref☆27Updated 3 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 8 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Calculate the next timestamp matching a given crontab pattern☆63Updated 2 weeks ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 6 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 6 months ago
- Thread parking and unparking☆78Updated 7 months ago
- ☆50Updated 8 months ago
- Asynchronous DNS lookups☆66Updated last year
- The simd optimized escape code☆54Updated last week
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- A bit vector with the Rust standard library's portable SIMD API.☆41Updated 2 years ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated last year
- Serde serializer for generating Starlark build targets☆67Updated this week
- Lossless functionality for platform-native strings.☆73Updated 2 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- Command line flags library that does not require a central list of all the flags☆55Updated 2 years ago
- Rust crate for accepting general reference-like values without proliferating generics.☆36Updated 8 years 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
- Lending iterators on stable Rust☆83Updated last year
- Example implementation of stack tokens for Rust☆34Updated 2 years ago
- The `io_uring` library for Rust (with Rustix)☆33Updated last month
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Declarative parsing for Rust, using a custom derive and nom☆68Updated last month