danielhenrymantilla / next-gen-rsLinks
Safe generators on stable Rust.
☆40Updated 2 years ago
Alternatives and similar repositories for next-gen-rs
Users that are interested in next-gen-rs are comparing it to the libraries listed below
Sorting:
- You can name anonymous Future from async fn without dyn or Box!☆61Updated 3 years ago
- Macro for sealing traits and structures☆58Updated 7 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 6 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- Find out about keys that are ignored when deserializing data☆86Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 3 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆81Updated 3 weeks ago
- A sinless derive helper☆72Updated 3 weeks ago
- Declarative parsing for Rust, using a custom derive and nom☆67Updated 2 months ago
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆107Updated 8 months ago
- ☆57Updated last year
- ☆57Updated last year
- Make trait methods callable without the trait in scope☆149Updated last month
- Better reference counted strings for Rust☆130Updated 11 months ago
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆47Updated last month
- `$crate` in procedural macros.☆73Updated last month
- Const TypeId and non-'static TypeId☆66Updated last month
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Compile-time checks that an enum or match is written in sorted order☆117Updated last month
- Inline procedural macros for Rust☆57Updated 2 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 8 months ago
- Easy-to-use optional function arguments for Rust☆47Updated last year
- ☆32Updated 7 months ago
- Interning of data in rust☆104Updated 3 weeks ago
- Convert number to enum☆87Updated 11 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated last month
- Utilities for dealing with substructures within syn macros☆140Updated 2 months ago
- Lending iterators on stable Rust☆83Updated last year
- Rust trait for diffing and applying diffs between data structures☆61Updated 11 months ago