zheland / try-specializeLinks
Zero-cost specialization in generic context on stable Rust
☆24Updated 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:
- 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
- A primitive for writing structural search and replace programs for rust☆31Updated 2 weeks ago
- ☆30Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆43Updated last year
- Exhaustive iteration trait in Rust☆19Updated last month
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- An evil parsing library.☆54Updated 2 years ago
- Imitate the documentation build that docs.rs would do☆67Updated last month
- An exploration of Storages☆39Updated 2 years ago
- Support for variety of disjoint impls distinguished by associated types☆22Updated last week
- Binary size analyzer for Rust programs☆37Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- Macro for sealing traits and structures☆61Updated last year
- Rust port of https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html☆22Updated last week
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆51Updated 3 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 2 months ago
- ☆43Updated 2 years ago
- ☆34Updated last year
- An immutable data structure with O(1) append, prepend, and concat time complexity.☆35Updated 2 months ago
- A Rust crate with a sscanf (inverse of format!()) Macro based on Regex☆33Updated 3 weeks ago
- ☆19Updated 2 years ago
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated last month
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 2 months ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Strongly typed APIs for non-empty collections, slices, and iterators.☆86Updated last week
- A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.☆59Updated this week