sam0x17 / supertraitLinks
A Rust crate that uses macro hackery to enable const fn trait items and default associated types on traits in stable Rust.
☆29Updated 4 months ago
Alternatives and similar repositories for supertrait
Users that are interested in supertrait are comparing it to the libraries listed below
Sorting:
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 6 months ago
- Choose Rust types at compile-time via constants☆68Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆80Updated 3 weeks ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Blazing fast immutable collection datatypes for Rust.☆106Updated this week
- Lending iterators on stable Rust☆83Updated last year
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆43Updated last year
- Cross-platform, endian-aware primitives for Rust☆41Updated 2 months ago
- Some internal rustc tools made accessible☆47Updated 6 months ago
- Use declarative macros as proc_macro attributes or derives☆125Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 3 months ago
- Mirror of Rust's allocator api for use on stable rust☆62Updated 2 months ago
- An exploration of Storages☆37Updated last year
- Helper macros: autoimpl, impl_scope☆65Updated 3 weeks ago
- Macro for sealing traits and structures☆58Updated 7 months ago
- Rust crate for writing repetitive code easier and faster.☆45Updated 2 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated last week
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆148Updated 11 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated this week
- Const TypeId and non-'static TypeId☆66Updated 2 months ago
- #[no_std] print equivalent for Rust☆64Updated 3 weeks ago
- ☆43Updated last year
- A fast, concurrent string interner☆150Updated 10 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 8 months ago
- 🐱concat! with support for const variables and expressions☆41Updated last week
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated 9 months ago
- A memory efficient syntax tree for language developers☆62Updated last month
- Rank Polymorphic array library for Rust.☆103Updated last year
- A faster Arc.☆73Updated last year