dtolnay / inherentLinks
Make trait methods callable without the trait in scope
☆157Updated last week
Alternatives and similar repositories for inherent
Users that are interested in inherent are comparing it to the libraries listed below
Sorting:
- Compile-time checks that an enum or match is written in sorted order☆119Updated last week
- Define your own PhantomData☆158Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆172Updated last month
- Pull in every source file in a directory as a module☆177Updated last week
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 10 months ago
- Better reference counted strings for Rust☆136Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last week
- Graph the number of crates that depend on your crate over time☆252Updated 2 weeks ago
- ☆112Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆256Updated 2 weeks 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`☆124Updated 11 months ago
- ☆74Updated last month
- Automatic cfg for Rust compiler features☆103Updated 3 months ago
- ☆60Updated 2 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 4 months ago
- A collection of small utilities for working with pointer types in Rust.☆128Updated 8 months ago
- A scope for async_std and tokio to spawn non-static futures☆146Updated last year
- Macro for sealing traits and structures☆59Updated 9 months ago
- Lazy formatting utility macro for rust☆129Updated last year
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆115Updated 10 months ago
- Automatically implement traits for common smart pointers☆120Updated 5 months ago
- ☆221Updated last month
- Extract documentation for the feature flags from comments in Cargo.toml☆184Updated 6 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Macros for deriving as functions to access Enums as their inner components☆104Updated last year
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆110Updated last month
- A simple wrapper around filesystem operations to provide more helpful error messages.☆152Updated 2 weeks ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆150Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated last week