danielhenrymantilla / next-gen-rsLinks
Safe generators on stable Rust.
☆40Updated last year
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:
- Macro for sealing traits and structures☆54Updated 5 months ago
- ☆57Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago
- You can name anonymous Future from async fn without dyn or Box!☆60Updated 3 years ago
- Typed index version of Rust slice and Vec containers☆69Updated 3 weeks ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- ☆69Updated last week
- Make trait methods callable without the trait in scope☆146Updated last week
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆105Updated 6 months ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 3 years ago
- A collection of small utilities for working with pointer types in Rust.☆125Updated 4 months ago
- Cargo API written in Paris☆49Updated last week
- A sinless derive helper☆72Updated 6 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆47Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 6 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆71Updated last week
- Inline procedural macros for Rust☆57Updated 2 years ago
- Wrapper around Rc safe to send to a different thread☆25Updated last year
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated last week
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆143Updated 9 months ago
- ☆57Updated last year
- (lifetime) GATs on stable Rust☆58Updated last year
- A memory efficient syntax tree for language developers☆60Updated this week
- `&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)☆20Updated 9 months ago
- Automatically upgrade breaking changes☆45Updated last year
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 3 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 8 months ago