nvzqz / condtypeLinks
Choose Rust types at compile-time via constants
☆68Updated last year
Alternatives and similar repositories for condtype
Users that are interested in condtype are comparing it to the libraries listed below
Sorting:
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Macro for sealing traits and structures☆59Updated 10 months ago
- A memory efficient syntax tree for language developers☆62Updated 2 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last week
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last month
- ☆76Updated 2 months ago
- Umbrella repository for Krabcake experiments☆47Updated 8 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆85Updated 2 months ago
- Const TypeId and non-'static TypeId☆68Updated last month
- Lending iterators on stable Rust☆83Updated last year
- A fast, concurrent string interner☆157Updated last year
- A sinless derive helper☆75Updated 3 months ago
- Bare-metal allocators.☆75Updated 3 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆51Updated last year
- Mirror of Rust's allocator api for use on stable rust☆68Updated last month
- Make trait methods callable without the trait in scope☆159Updated last month
- horrible serde macro stuff☆39Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 11 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 6 months ago
- Better reference counted strings for Rust☆137Updated last year
- Typed index version of Rust slice and Vec containers☆74Updated 2 months ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆110Updated 2 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 5 months ago
- An exploration of Storages☆37Updated last year
- Helper macros: autoimpl, impl_scope☆68Updated 3 weeks ago
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last month