zheland / try-specializeLinks
Zero-cost specialization in generic context on stable Rust
☆21Updated 7 months ago
Alternatives and similar repositories for try-specialize
Users that are interested in try-specialize are comparing it to the libraries listed below
Sorting:
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- ☆29Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆48Updated last year
- ☆31Updated last year
- Exhaustive iteration trait in Rust☆16Updated last week
- Binary size analyzer for Rust programs☆36Updated last year
- Implied bounds, since 1.79!☆22Updated 6 months ago
- An exploration of Storages☆35Updated last year
- horrible serde macro stuff☆39Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 7 months ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 3 years ago
- Macro for sealing traits and structures☆56Updated 6 months ago
- Lending iterators on stable Rust☆82Updated last year
- Integer types with customizable niche values☆46Updated 6 months ago
- structured parallel execution for async Rust☆33Updated 9 months ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.