wishawa / decurse
Rust macro to make recursive function run on the heap (i.e. no stack overflow).
☆23Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for decurse
- A trait + derive to recursively compute / print the memory usage of a data structure.☆25Updated last month
- Rust library providing basic aliasable (non `core::Unique`) types☆11Updated 2 years ago
- A Rust library for runtime-checked linearish types☆31Updated last year
- Atomic operations on potentially uninitialized integers.☆18Updated this week
- A Rustified OpenCL Experience☆46Updated last year
- A safe `Pin`-based intrusive doubly-linked list in Rust☆13Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 10 months ago
- To futures-lite as futures-lite is to futures: smaller.☆53Updated 6 months ago
- Solve hard constraints easily with Rust.☆15Updated 2 years ago
- Defer dropping large structs to a background thread☆61Updated 2 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- A crate for compile-time duck typing and reflection of structs☆16Updated 2 years ago
- Rust API stability attributes for the rest of us.☆30Updated 4 months ago
- ☆29Updated 6 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆35Updated 10 months ago
- A syntactic "for" loop Rust macro☆56Updated last year
- ☆35Updated 3 months ago
- horrible serde macro stuff☆39Updated last year
- ☆21Updated 3 years ago
- Asynchronize blocking operation.☆26Updated 2 years ago
- Full precision decimal representation of f64☆25Updated last week
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 4 months ago
- Faster integer division and modulus operations☆70Updated last year
- String formatting utilities that return impl Display and are 100% no_std compatible☆39Updated 3 years ago
- Rust NonEmpty slice☆13Updated 3 years ago
- An alternative `std`-like implementation built on origin☆24Updated last month
- cross-platform Rust API for memory mapped IO☆40Updated 6 months ago