jmg-duarte / sealed-rsLinks
Macro for sealing traits and structures
☆59Updated 11 months ago
Alternatives and similar repositories for sealed-rs
Users that are interested in sealed-rs 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.☆51Updated 2 weeks ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last week
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 5 months ago
- Make trait methods callable without the trait in scope☆160Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆175Updated 3 months ago
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- Helper macros: autoimpl, impl_scope☆68Updated last month
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 3 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated 3 weeks ago
- Better reference counted strings for Rust☆138Updated last year
- Const TypeId and non-'static TypeId☆69Updated last month
- Automatic cfg for Rust compiler features☆105Updated 4 months ago
- A sinless derive helper☆75Updated 4 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆151Updated 3 months ago
- ☆61Updated 2 years ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆86Updated 2 months ago
- `$crate` in procedural macros.☆76Updated last month
- ☆112Updated 2 years ago
- docs.rs as a publishing platform?☆71Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- Inline procedural macros for Rust☆56Updated 3 years ago
- Find out about keys that are ignored when deserializing data☆95Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆50Updated 3 weeks ago
- A primitive for writing structural search and replace programs for rust☆31Updated last month
- Lending iterators on stable Rust☆83Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- A lightweight attribute macro for easily writing extension trait pattern.☆86Updated 2 weeks ago