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 11 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.☆119Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Macro for sealing traits and structures☆61Updated last year
- Lending iterators on stable Rust☆83Updated 2 years ago
- Blazing fast immutable collection datatypes for Rust.☆135Updated 2 weeks ago
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- An experimental linting interface for Rust. Let's make custom lints a reality☆149Updated 2 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 3 weeks ago
- Mirror of Rust's allocator api for use on stable rust☆79Updated last month
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- Choose Rust types at compile-time via constants☆70Updated 2 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆162Updated last month
- A fast, concurrent string interner☆164Updated last year
- Use declarative macros as proc_macro attributes or derives☆151Updated this week
- cargo-add command to make dependencies into dylibs☆105Updated 3 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 3 months ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- A faster Arc.☆80Updated 2 years ago
- A memory efficient syntax tree for language developers☆64Updated last month
- ☆43Updated 2 years ago
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆50Updated 3 months ago
- Open a scope and then freeze it in time for future access.☆108Updated last year
- Better reference counted strings for Rust☆140Updated last year
- Rust procedural macro attribute parser☆44Updated last year
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆62Updated 4 months ago
- Comparing parser APIs☆153Updated last week
- Compile-time regular expressions, the right way.☆81Updated last year