orlp / recursiveLinks
Easy recursion in Rust, without stack overflows.
☆36Updated last year
Alternatives and similar repositories for recursive
Users that are interested in recursive are comparing it to the libraries listed below
Sorting:
- A trait + derive to recursively compute / print the memory usage of a data structure.☆40Updated last week
- Make any value Sync but only available on its original thread☆39Updated last month
- The missing compound borrowing for Rust.☆62Updated 3 months ago
- Zero-cost bitsets over native Rust types☆79Updated 2 months ago
- Calculate the next timestamp matching a given crontab pattern☆69Updated last month
- Open a scope and then freeze it in time for future access.☆108Updated last year
- An updated version of linked-hash-map and friends☆139Updated 3 months ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- Abstract over different executors☆74Updated 2 years ago
- A low-level I/O ownership and borrowing library☆106Updated 5 months ago
- An exploration of Storages☆39Updated 2 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆124Updated last week
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- bytes::BufMut implementation to count buffer size☆25Updated last month
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- ☆95Updated last year
- An on-disk hash table implementation☆126Updated 4 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- Benchmarking library for stable Rust☆47Updated last month
- A concise, self-describing binary format written in Rust for Serde☆68Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- Make trait methods callable without the trait in scope☆162Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆96Updated last week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- structured parallel execution for async Rust☆37Updated last year
- Typed any map for rust☆67Updated last year
- Helper macros: autoimpl, impl_scope☆68Updated 2 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆113Updated 2 years ago