jmg-duarte / sealed-rsLinks
Macro for sealing traits and structures
☆59Updated 9 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.☆50Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 10 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 5 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated 3 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆84Updated last month
- docs.rs as a publishing platform?☆71Updated 2 weeks ago
- Threadsafe RefCell for Rust☆95Updated 6 months ago
- Make trait methods callable without the trait in scope☆157Updated last week
- Better reference counted strings for Rust☆136Updated last year
- ☆60Updated 2 years ago
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- Automatic cfg for Rust compiler features☆103Updated 3 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 2 weeks ago
- ☆112Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- Helper macros: autoimpl, impl_scope☆67Updated this week
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last month
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆150Updated last month
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last week
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆33Updated 11 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆172Updated last month
- A lightweight attribute macro for easily writing extension trait pattern.☆80Updated last month
- A primitive for writing structural search and replace programs for rust☆32Updated last week
- Find out about keys that are ignored when deserializing data☆94Updated 2 weeks ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last week
- Typed index version of Rust slice and Vec containers☆74Updated last month
- A sinless derive helper☆75Updated 3 months ago
- Const TypeId and non-'static TypeId☆67Updated 2 weeks ago