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:
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆84Updated 4 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 9 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated this week
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 2 weeks ago
- Better reference counted strings for Rust☆135Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆58Updated 3 weeks ago
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- docs.rs as a publishing platform?☆71Updated 2 weeks ago
- Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions.☆62Updated this week
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 3 months ago
- Helper macros: autoimpl, impl_scope☆67Updated last week
- Threadsafe RefCell for Rust☆95Updated 5 months ago
- ☆112Updated 2 years ago
- ☆60Updated 2 years ago
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆45Updated last month
- Inline procedural macros for Rust☆56Updated 3 years ago
- Automatic cfg for Rust compiler features☆103Updated 2 months ago
- Compile-time checks that an enum or match is written in sorted order☆117Updated 2 weeks ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆60Updated last month
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆32Updated 10 months ago
- Convert number to enum☆87Updated last year
- A lightweight attribute macro for easily writing extension trait pattern.☆80Updated last week
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- Make trait methods callable without the trait in scope☆152Updated 2 weeks ago
- ☆43Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago