noamtashma / recursive_reference
This rust crate provides a way to walk on recursive structures easily and safely.
☆14Updated 3 years ago
Alternatives and similar repositories for recursive_reference:
Users that are interested in recursive_reference are comparing it to the libraries listed below
- An article explaining the unsoundness I found in owning-ref☆26Updated 3 years ago
- A bridge between different serde implementations.☆16Updated this week
- ☆46Updated 2 months ago
- Synchronous memory pipe for Rust☆30Updated 4 years ago
- Dynamic structured values for Rust☆27Updated 2 weeks ago
- A low-level I/O ownership and borrowing library☆100Updated 2 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 9 months ago
- An ordered multimap.☆20Updated 2 months ago
- Calculate the next timestamp matching a given crontab pattern☆54Updated last week
- futures::AtomicWaker extracted into its own crate☆25Updated last month
- Serde serializer for generating Starlark build targets☆66Updated last week
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆58Updated this week
- Asynchronously speed-limiting multiple byte streams☆57Updated 4 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆56Updated last year
- cross-platform Rust API for memory mapped IO☆41Updated 9 months ago
- bytes::BufMut implementation to count buffer size☆22Updated this week
- Layered configuration system built upon serde☆31Updated last year
- Macros to erase scope information from tokens☆24Updated this week
- ☆18Updated 2 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…☆46Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆41Updated last month
- The simd optimized escape code☆53Updated this week
- A procedural macro for defining nom combinators in simple DSL☆45Updated 3 weeks ago
- A quick-and-dirty attempt to get scoped tasks in Rust.☆14Updated last year
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆71Updated last month
- Attribute proc-macro to delegate method to a field☆29Updated last year
- Rust closures you can transfer over an FFI boundary☆25Updated 4 years ago
- Rust NonEmpty slice☆13Updated 3 years ago
- SQLite-based on-disk cache for Rust.☆23Updated 6 months ago