wishawa / decurse
Rust macro to make recursive function run on the heap (i.e. no stack overflow).
☆24Updated 3 years ago
Alternatives and similar repositories for decurse
Users that are interested in decurse are comparing it to the libraries listed below
Sorting:
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- Rust library providing basic aliasable (non `core::Unique`) types☆12Updated 3 years ago
- Approximate Quantiles with Configurable Worst Case Error☆15Updated 3 years ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆15Updated 2 years ago
- Rust map and set literals☆24Updated 5 years ago
- ☆36Updated 9 months ago
- Solve hard constraints easily with Rust.☆15Updated 2 years ago
- Tiny little crate to determine how large an unnameable type is.☆11Updated last month
- ☆24Updated 2 years ago
- A Rustified OpenCL Experience☆46Updated 2 years ago
- Bit-vectors and bit-slices for Rust☆29Updated 4 years ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- Procedural macro span debugger/visualizer☆40Updated 4 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 6 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- A Rust library for runtime-checked linearish types☆34Updated last year
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 5 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- ☆39Updated last year
- Rust API stability attributes for the rest of us.☆29Updated 10 months ago
- Completion futures for Rust☆19Updated 2 years ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- An exploration of Storages☆34Updated last year
- A sanity checker for global allocations in Rust☆51Updated last month
- Defer dropping large structs to a background thread