sam0x17 / supertraitLinks
A Rust crate that uses macro hackery to enable const fn trait items and default associated types on traits in stable Rust.
☆29Updated 10 months ago
Alternatives and similar repositories for supertrait
Users that are interested in supertrait are comparing it to the libraries listed below
Sorting:
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Macro for sealing traits and structures☆60Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 2 months ago
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆91Updated 8 months ago
- Lending iterators on stable Rust☆83Updated last year
- Choose Rust types at compile-time via constants☆70Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated 3 weeks ago
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆50Updated 2 months ago
- ☆43Updated 2 years ago
- Const TypeId and non-'static TypeId☆70Updated 3 weeks ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- Use declarative macros as proc_macro attributes or derives☆151Updated 7 months ago
- Easy-to-use optional function arguments for Rust☆47Updated last year
- Mirror of Rust's allocator api for use on stable rust☆72Updated last month
- Blazing fast immutable collection datatypes for Rust.☆134Updated last month
- Convert number to enum☆87Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated 3 weeks ago
- ☆42Updated 2 years ago
- ☆34Updated last year
- Better reference counted strings for Rust☆139Updated last year
- Typed index version of Rust slice and Vec containers☆75Updated last month
- Rust crate for writing repetitive code easier and faster.☆45Updated 3 years ago
- Some internal rustc tools made accessible☆47Updated 2 months ago