dtolnay / inherentLinks
Make trait methods callable without the trait in scope
☆147Updated 3 weeks ago
Alternatives and similar repositories for inherent
Users that are interested in inherent are comparing it to the libraries listed below
Sorting:
- ☆112Updated 2 years ago
- Better reference counted strings for Rust☆126Updated 11 months ago
- Compile-time checks that an enum or match is written in sorted order☆115Updated last week
- Lending iterators on stable Rust☆82Updated last year
- Automatic cfg for Rust compiler features☆96Updated 3 weeks ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆110Updated 3 weeks ago
- Lazy formatting utility macro for rust☆127Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 3 months ago
- docs.rs as a publishing platform?☆69Updated last month
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 7 months ago
- Utilities for working with impl traits in Rust.☆109Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated this week
- ☆139Updated last week
- ☆57Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆144Updated 10 months ago
- Find out about keys that are ignored when deserializing data☆85Updated last month
- Macro for sealing traits and structures☆56Updated 6 months ago
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆116Updated 8 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆208Updated this week
- A collection of small utilities for working with pointer types in Rust.☆125Updated 5 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆156Updated last year
- A cargo-companion to become a 'lean crate' (a member of The Lean Crate Initiative)☆156Updated last year
- Pull in every source file in a directory as a module☆173Updated 3 months ago
- A super powered testing macro for Rust☆118Updated 3 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆180Updated 2 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆137Updated 7 months ago
- ☆69Updated 3 weeks ago
- Abstract over different executors☆73Updated last year