zheland / try-specializeLinks
Zero-cost specialization in generic context on stable Rust
☆24Updated 8 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 3 weeks ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Integer types with customizable niche values☆51Updated last year
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆43Updated last year
- A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.☆59Updated this week
- Macro for sealing traits and structures☆61Updated last year
- ☆30Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated last month
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 3 months ago
- Imitate the documentation build that docs.rs would do☆68Updated last month
- ☆95Updated last year
- Exhaustive iteration trait in Rust☆21Updated last week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- An exploration of Storages☆39Updated 2 years ago
- Configure const and static items by environment variables.☆26Updated 2 months ago
- Hitori is a generic regular expressions library.☆54Updated 2 years ago
- horrible serde macro stuff☆39Updated 2 years ago
- Tiny little crate to determine how large an unnameable type is.☆12Updated 10 months ago
- Rust port of https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html☆22Updated last week
- A memory efficient syntax tree for language developers☆64Updated last month
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆52Updated 3 months ago
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- Derive macro for encoding/decoding instructions and operands as bytecode☆15Updated 3 years ago
- Async, lock-free synchronization primitives for task wakeup☆51Updated last year
- Extension of nom to trace parser☆50Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 3 months ago
- Binary size analyzer for Rust programs☆37Updated last year
- Hex Display: A modern xxd alternative.☆46Updated 10 months ago