sam0x17 / supertraitLinks
A Rust crate that uses macro hackery to enable const fn trait items and default associated types on traits in stable Rust.
☆28Updated 3 months ago
Alternatives and similar repositories for supertrait
Users that are interested in supertrait are comparing it to the libraries listed below
Sorting:
- 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
- ☆43Updated last year
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated 8 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- Integer types with customizable niche values☆46Updated 7 months ago
- Lending iterators on stable Rust☆82Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago
- Macro for sealing traits and structures☆56Updated 6 months ago
- Blazing fast immutable collection datatypes for Rust.☆105Updated 2 weeks ago
- Rust procedural macro attribute parser☆45Updated last year
- Use declarative macros as proc_macro attributes or derives☆119Updated 3 weeks ago
- (lifetime) GATs on stable Rust☆59Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 11 months ago
- 🐱concat! with support for const variables and expressions☆41Updated last month
- A Rust library for runtime-checked linearish types☆34Updated last year
- We have Crater At Home☆35Updated 8 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆74Updated this week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated 2 months ago
- `$crate` in procedural macros.☆71Updated last month
- An alternate Cargo registry using static files☆121Updated 3 months ago
- Mirror of Rust's allocator api for use on stable rust☆61Updated last month
- A collection of Rust proc macros that allow the exporting and importing of TokenStream2s of items in foreign contexts and files☆54Updated 4 months ago
- Choose Rust types at compile-time via constants☆67Updated last year
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆46Updated 9 months ago
- `&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)☆20Updated 10 months ago
- Rustdoc's JSON output interface☆30Updated last week
- Take a value atomically once.☆30Updated 2 years ago
- Some internal rustc tools made accessible☆47Updated 5 months ago
- A Mutex wrapper tracking acquisition order☆74Updated last month
- Types to define keyboard related events☆65Updated 3 weeks ago