orlp / recursive
Easy recursion in Rust, without stack overflows.
☆30Updated 10 months ago
Alternatives and similar repositories for recursive:
Users that are interested in recursive are comparing it to the libraries listed below
- structured parallel execution for async Rust☆33Updated 6 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Calculate the next timestamp matching a given crontab pattern☆54Updated last week
- A flexible and convenient high-level mmap for zero-copy file I/O.☆106Updated last year
- An ordered multimap.☆20Updated 2 months ago
- A memory efficient syntax tree for language developers☆54Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆86Updated 2 weeks ago
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- Make any value Sync but only available on its original thread☆38Updated last week
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆42Updated last year
- A lightweight attribute macro for easily writing extension trait pattern.☆48Updated last week
- Parse byte size into integer accurately.☆30Updated 5 months ago
- bytes::BufMut implementation to count buffer size