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
Alternatives and similar repositories for supertrait:
Users that are interested in supertrait are comparing it to the libraries listed below
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 6 months ago
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated 3 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆43Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆90Updated last month
- Mirror of Rust's allocator api for use on stable rust☆49Updated last month
- Procedural macro to easily write higher-order strategies in proptest.☆46Updated last month
- `$crate` in procedural macros.☆68Updated 3 weeks ago
- The never type (the true one!) in stable Rust.☆35Updated 3 years ago
- ☆41Updated last year
- Macro for sealing traits and structures☆50Updated last month
- A Rust library for runtime-checked linearish types☆32Updated last year
- Iterator of const known length☆15Updated last month
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆68Updated last month
- Experimenting with Rust's fundamental data model☆50Updated 3 months ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆101Updated 3 weeks ago
- Lending iterators on stable Rust☆81Updated last year
- Make any value Sync but only available on its original thread☆37Updated last week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated 2 weeks ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆51Updated last month
- A sinless derive helper☆52Updated 2 months ago
- ☆29Updated 9 months ago
- Use declarative macros as proc_macro attributes or derives☆107Updated last year
- 🐱concat! with support for const variables and expressions☆38Updated this week
- Hash trait that is object-safe☆30Updated last week
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆14Updated 2 years ago
- We have Crater At Home☆22Updated 3 months ago
- `&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)☆19Updated 5 months ago
- (lifetime) GATs on stable Rust☆56Updated last year