jmg-duarte / sealed-rsLinks
Macro for sealing traits and structures
☆61Updated 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:
- Make trait methods callable without the trait in scope☆162Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Better reference counted strings for Rust☆140Updated last year
- docs.rs as a publishing platform?☆71Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 3 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- ☆61Updated 2 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 2 months ago
- Automatic cfg for Rust compiler features☆110Updated 7 months ago
- Helper macros: autoimpl, impl_scope☆68Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated last month
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Find out about keys that are ignored when deserializing data☆95Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated last month
- ☆111Updated 3 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 3 months ago
- `$crate` in procedural macros.☆80Updated 2 months ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 3 years ago
- A rust crate to find the total size of an object, on the stack and on the heap☆113Updated 2 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 2 weeks ago
- Compile-time checks that an enum or match is written in sorted order☆120Updated last month
- Exposes arch-specific intrinsics as safe function (via cfg).☆56Updated 2 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- Inline procedural macros for Rust☆56Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆34Updated 3 months ago
- A collection of small utilities for working with pointer types in Rust.☆133Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆115Updated 8 months ago