zheland / try-specializeLinks
Zero-cost specialization in generic context on stable Rust
☆23Updated 4 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)☆34Updated 11 months ago
- Integer types with customizable niche values☆49Updated 11 months ago
- A primitive for writing structural search and replace programs for rust☆32Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last month
- A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.☆44Updated 2 weeks ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆50Updated last year
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆39Updated 10 months ago
- ☆45Updated 7 months ago
- ☆43Updated 2 years ago
- Exhaustive iteration trait in Rust☆16Updated 2 weeks ago
- ☆33Updated last year
- Make any value Sync but only available on its original thread☆39Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 6 months ago
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Macro for sealing traits and structures☆59Updated 10 months ago
- Imitate the documentation build that docs.rs would do☆57Updated 2 weeks ago
- Strongly typed APIs for non-empty collections, slices, and iterators.☆42Updated this week
- ☆30Updated last year
- ☆35Updated 8 months ago
- Lending iterators on stable Rust☆83Updated last year
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆49Updated 2 weeks ago
- ☆55Updated last year
- Minimalist Rust syntax parsing for procedural macros☆65Updated last year
- Effortlessly create, group, and nest arbitrary errors, and defer error handling ergonomically.☆49Updated 2 months ago
- An immutable data structure with O(1) append, prepend, and concat time complexity.☆35Updated 3 weeks ago
- Rust port of https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html☆23Updated last week
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year
- Const TypeId and non-'static TypeId☆68Updated last month
- Hex Display: A modern xxd alternative.☆45Updated 7 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆85Updated 2 months ago