nvzqz / condtypeLinks
Choose Rust types at compile-time via constants
☆65Updated last year
Alternatives and similar repositories for condtype
Users that are interested in condtype are comparing it to the libraries listed below
Sorting:
- Const TypeId and non-'static TypeId☆66Updated last week
- A memory efficient syntax tree for language developers☆60Updated this week
- An exploration of Storages☆35Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago
- Lending iterators on stable Rust☆82Updated last year
- Mirror of Rust's allocator api for use on stable rust☆60Updated 2 weeks ago
- Typed index version of Rust slice and Vec containers☆69Updated 3 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆71Updated last week
- Umbrella repository for Krabcake experiments☆46Updated 3 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆47Updated last year
- A lightweight attribute macro for easily writing extension trait pattern.☆72Updated 2 months ago
- horrible serde macro stuff☆39Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Bare-metal allocators.☆76Updated 2 years ago
- Type-erased core::Discriminant<T>☆38Updated last week
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 7 months ago
- Procedural macro to easily write higher-order strategies in proptest.☆46Updated 2 weeks ago
- It executes futures☆57Updated 2 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 6 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated last week
- ☆69Updated last week
- Typed any map for rust☆67Updated 5 months ago
- Abstract over different executors