danielhenrymantilla / next-gen-rs
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
- A sinless derive helper☆62Updated 3 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated 2 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆92Updated last month
- Macro for sealing traits and structures☆51Updated 2 months ago
- You can name anonymous Future from async fn without dyn or Box!☆57Updated 2 years ago
- Declarative parsing for Rust, using a custom derive and nom☆66Updated last year
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- A collection of small utilities for working with pointer types in Rust.☆119Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last week
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated 11 months ago
- `&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)☆20Updated 6 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 months ago
- Automatically upgrade breaking changes☆45Updated 11 months ago
- ☆111Updated 2 years ago
- Cargo API written in Paris☆45Updated last week
- ☆53Updated 9 months ago
- Typed index version of Rust slice and Vec containers☆68Updated 4 months ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- Wrapper around Rc safe to send to a different thread☆25Updated last year
- ☆55Updated last year
- Easy-to-use optional function arguments for Rust☆46Updated 10 months ago
- ☆44Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- Make trait methods callable without the trait in scope☆135Updated 3 weeks ago
- Lending iterators on stable Rust☆81Updated last year
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆95Updated last month
- A memory efficient syntax tree for language developers☆54Updated last month
- (lifetime) GATs on stable Rust☆57Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago