sam0x17 / supertrait
A Rust crate that uses macro hackery to enable const fn trait items and default associated types on traits in stable Rust.
☆27Updated last year
Related projects ⓘ
Alternatives and complementary repositories for supertrait
- A primitive for writing structural search and replace programs for rust☆31Updated 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.☆42Updated 10 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated last month
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆59Updated 3 months ago
- 🐱concat! with support for const variables and expressions☆35Updated last month
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated last month
- Lending iterators on stable Rust☆80Updated 10 months ago
- ☆58Updated last week
- Const equivalents of std functions, compile-time comparison, and parsing.☆88Updated 7 months ago
- Rust procedural macro attribute parser☆37Updated 5 months ago
- ☆36Updated last year
- Data-driven tests on stable Rust☆36Updated this week
- Macro for sealing traits and structures☆49Updated last month
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆42Updated last year
- An IDE extension for debugging trait errors in Rust.☆97Updated last week
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated last month
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆36Updated 6 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆73Updated 2 months ago
- Const TypeId and non-'static TypeId☆55Updated 3 weeks ago
- Rust crate for writing repetitive code easier and faster.☆43Updated last year
- A faster Arc.☆49Updated 9 months ago
- ☆20Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last week
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆14Updated 2 years ago
- Mirror of Rust's allocator api for use on stable rust☆47Updated this week
- Helper macros: autoimpl, impl_scope☆59Updated last month
- `$crate` in procedural macros.☆65Updated 2 months ago
- A Rust library for runtime-checked linearish types☆31Updated last year
- horrible serde macro stuff☆39Updated last year
- Procedural macro to easily write higher-order strategies in proptest.☆45Updated 4 months ago