danielhenrymantilla / next-gen-rs
Safe generators on stable Rust.
☆38Updated last year
Related projects ⓘ
Alternatives and complementary repositories for next-gen-rs
- You can name anonymous Future from async fn without dyn or Box!☆57Updated 2 years ago
- Macro for sealing traits and structures☆49Updated last month
- A primitive for writing structural search and replace programs for rust☆31Updated 4 months ago
- 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
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆59Updated 3 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- Make trait methods callable without the trait in scope☆135Updated last week
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last week
- Rust microbenchmarking harness based on paired-testing methodology☆73Updated this week
- A Rust library for runtime-checked linearish types☆31Updated last year
- Defer dropping large structs to a background thread☆61Updated 2 years ago
- Make any value Sync but only available on its original thread☆37Updated last year
- Procedural macro span debugger/visualizer☆40Updated 4 years ago
- The never type (the true one!) in stable Rust.☆34Updated 2 years ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆131Updated 3 months ago
- Blazing fast immutable collection datatypes for Rust.☆84Updated 4 months ago
- A collection of small utilities for working with pointer types in Rust.☆119Updated last year
- structured parallel execution for async Rust☆30Updated 3 months ago
- ☆55Updated last year
- Minimal TOML library with few dependencies☆81Updated last week
- Inline procedural macros for Rust☆54Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 weeks ago
- Procedural macro to easily write higher-order strategies in proptest.☆45Updated 4 months ago
- A memory efficient syntax tree for language developers☆51Updated 2 months ago
- Typed index version of Rust slice and Vec containers☆66Updated last month
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- A sinless derive helper☆51Updated last week
- Const TypeId and non-'static TypeId☆55Updated 3 weeks ago
- sptr: The Strict Provenance Polyfill☆76Updated last year
- (lifetime) GATs on stable Rust☆56Updated 10 months ago