sam0x17 / supertrait
A Rust crate that uses macro hackery to enable const fn trait items and default associated types on traits in stable Rust.
☆28Updated 3 weeks ago
Alternatives and similar repositories for supertrait:
Users that are interested in supertrait are comparing it to the libraries listed below
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Blazing fast immutable collection datatypes for Rust.☆99Updated last week
- Macro for sealing traits and structures☆52Updated 3 months ago
- Experimenting with Rust's fundamental data model☆51Updated 5 months ago
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated 5 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆95Updated 3 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- We have Crater At Home☆28Updated 5 months ago
- Helper macros: autoimpl, impl_scope☆59Updated 2 months ago
- Mirror of Rust's allocator api for use on stable rust☆52Updated last month
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆43Updated last year
- Choose Rust types at compile-time via constants☆64Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 8 months ago
- An IDE extension for debugging trait errors in Rust.☆108Updated last week
- Lending iterators on stable Rust☆82Updated last year
- 🐱concat! with support for const variables and expressions☆41Updated 2 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆70Updated 2 months ago
- `$crate` in procedural macros.☆69Updated 3 weeks ago
- Some internal rustc tools made accessible☆47Updated 2 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆77Updated 2 months ago
- Convert number to enum☆87Updated 8 months ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆103Updated 3 weeks ago
- ☆41Updated last year
- `&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)☆20Updated 7 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- A collection of Rust proc macros that allow the exporting and importing of TokenStream2s of items in foreign contexts and files☆49Updated last month
- Cross-platform, endian-aware primitives for Rust☆36Updated 5 months ago
- Easy-to-use optional function arguments for Rust☆47Updated 11 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated 2 weeks ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 5 months ago