katharostech / cfg_aliasesLinks
A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.
☆86Updated 6 months ago
Alternatives and similar repositories for cfg_aliases
Users that are interested in cfg_aliases are comparing it to the libraries listed below
Sorting:
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last month
- Macro for sealing traits and structures☆59Updated 10 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Automatic cfg for Rust compiler features☆104Updated 4 months ago
- Const TypeId and non-'static TypeId☆68Updated last month
- Mirror of Rust's allocator api for use on stable rust☆68Updated last month
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆85Updated 2 months ago
- 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
- Lending iterators on stable Rust☆83Updated last year
- Abstract over different executors☆74Updated 2 years ago
- `$crate` in procedural macros.☆75Updated last month
- Find out about keys that are ignored when deserializing data☆95Updated last month
- A sinless derive helper☆75Updated 3 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- ☆112Updated 2 years ago
- Make trait methods callable without the trait in scope☆159Updated last month
- A primitive for writing structural search and replace programs for rust☆32Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 7 months ago
- Fast `cargo install` action using a GitHub-based binary cache and attestations☆78Updated 3 weeks ago
- Better reference counted strings for Rust☆137Updated last year
- docs.rs as a publishing platform?☆71Updated last month
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- ☆76Updated 2 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last week
- Minimal TOML library with few dependencies☆83Updated 7 months ago
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆43Updated last year
- Compile-time checks that an enum or match is written in sorted order☆119Updated last month
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 11 months ago
- 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