zheland / try-specializeLinks
Zero-cost specialization in generic context on stable Rust
☆23Updated 5 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:
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last week
- A primitive for writing structural search and replace programs for rust☆31Updated last month
- Integer types with customizable niche values☆50Updated 11 months ago
- Exhaustive iteration trait in Rust☆17Updated last week
- ☆33Updated last year
- Strongly typed APIs for non-empty collections, slices, and iterators.☆77Updated this week
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.☆50Updated this week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Macro for sealing traits and structures☆59Updated 11 months ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆49Updated 3 weeks ago
- Support for variety of disjoint impls distinguished by associated types☆21Updated this week
- A memory efficient syntax tree for language developers☆62Updated 3 months ago
- Implied bounds, since 1.79!☆22Updated 11 months ago
- Serde-based replacement for #[derive(Debug)]☆68Updated last year
- Rust port of https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html☆22Updated this week
- Const TypeId and non-'static TypeId☆69Updated last month
- Zero-cost bitsets over native Rust types☆79Updated 7 months ago
- ☆45Updated 7 months ago
- ☆30Updated last year
- ☆43Updated 2 years ago
- An immutable data structure with O(1) append, prepend, and concat time complexity.☆35Updated last month
- An explicit closure with absolute seperation of the captured data from the function.☆36Updated 3 months ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆41Updated 10 months ago
- Faster integer division and modulus operations☆87Updated 4 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆51Updated 2 weeks ago
- https://github.com/rust-lang/cargo/issues/948☆55Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year
- Binary size analyzer for Rust programs☆37Updated last year