jmg-duarte / sealed-rsLinks
Macro for sealing traits and structures
☆60Updated 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:
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated this week
- docs.rs as a publishing platform?☆71Updated this week
- Const equivalents of std functions, compile-time comparison, and parsing.☆115Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 8 months ago
- `$crate` in procedural macros.☆78Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆53Updated 2 months ago
- ☆112Updated 3 years ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 3 weeks ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated last year
- Better reference counted strings for Rust☆139Updated last year
- Make trait methods callable without the trait in scope☆161Updated this week
- Helper macros: autoimpl, impl_scope☆68Updated 3 weeks ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Automatic cfg for Rust compiler features☆108Updated 6 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 3 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- ☆61Updated 2 years ago
- A sinless derive helper☆76Updated this week
- A collection of small utilities for working with pointer types in Rust.☆132Updated 11 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- ☆60Updated last year
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated this week
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago