jmg-duarte / sealed-rsLinks
Macro for sealing traits and structures
☆59Updated last year
Alternatives and similar repositories for sealed-rs
Users that are interested in sealed-rs are comparing it to the libraries listed below
Sorting:
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆87Updated 7 months ago
- Better reference counted strings for Rust☆139Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆52Updated last month
- ☆112Updated 3 years ago
- ☆61Updated 2 years ago
- Helper macros: autoimpl, impl_scope☆68Updated 2 months ago
- Make trait methods callable without the trait in scope☆161Updated last week
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆114Updated last month
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Threadsafe RefCell for Rust☆97Updated 8 months ago
- Types to define keyboard related events☆68Updated 2 months ago
- A sinless derive helper☆76Updated 5 months ago
- Automatic cfg for Rust compiler features☆105Updated 5 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last week
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 weeks ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- docs.rs as a publishing platform?☆71Updated last week
- `$crate` in procedural macros.