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 simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆28Updated last month
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 2 weeks ago
- 🐱concat! with support for const variables and expressions☆35Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 9 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆58Updated 3 months ago
- Iterator of const known length☆14Updated 3 months ago
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆14Updated 2 years ago
- Helper macros: autoimpl, impl_scope☆59Updated 2 weeks ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- `$crate` in procedural macros.☆65Updated 2 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆62Updated 2 months ago
- Choose Rust types at compile-time via constants☆61Updated 9 months ago
- ☆58Updated 9 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated this week
- WebAssembly sourcemap generator and WASM binary source mapping url section patcher☆26Updated 2 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 3 weeks ago
- A sinless derive helper☆47Updated this week
- ☆36Updated last year
- Rust port of https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html☆21Updated 2 years ago
- Macro for sealing traits and structures☆49Updated last month
- Lending iterators on stable Rust☆80Updated 9 months ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆39Updated 2 months ago
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆36Updated 6 months ago
- An IDE extension for debugging trait errors in Rust.☆97Updated this week
- Mirror of Rust's allocator api for use on stable rust☆43Updated this week
- Imitate the documentation build that docs.rs would do☆40Updated last week
- Const TypeId and non-'static TypeId☆53Updated 2 weeks ago
- Support for mutually disjoint impls☆19Updated last month
- A collection of Rust proc macros that allow the exporting and importing of TokenStream2s of items in foreign contexts and files☆41Updated 4 months ago