jmg-duarte / sealed-rsLinks
Macro for sealing traits and structures
☆59Updated 10 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
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last month
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 11 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 6 months ago
- docs.rs as a publishing platform?☆71Updated last month
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- Better reference counted strings for Rust☆137Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆151Updated 2 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆113Updated 5 months ago
- Make trait methods callable without the trait in scope☆159Updated last month
- ☆112Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last week
- Compile-time checks that an enum or match is written in sorted order☆119Updated last month
- ☆60Updated 2 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last month
- A sinless derive helper☆75Updated 3 months ago
- Automatic cfg for Rust compiler features☆104Updated 4 months ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Lending iterators on stable Rust☆83Updated last year
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Find out about keys that are ignored when deserializing data☆95Updated last month
- Const TypeId and non-'static TypeId☆68Updated last month
- Umbrella repository for Krabcake experiments☆47Updated 8 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆85Updated 2 months ago
- ☆41Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆74Updated 2 months ago
- Helper macros: autoimpl, impl_scope☆68Updated 3 weeks ago