dtolnay / inherentLinks
Make trait methods callable without the trait in scope
☆161Updated 3 weeks ago
Alternatives and similar repositories for inherent
Users that are interested in inherent are comparing it to the libraries listed below
Sorting:
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- Better reference counted strings for Rust☆139Updated last year
- Graph the number of crates that depend on your crate over time☆255Updated 3 weeks ago
- Compile-time checks that an enum or match is written in sorted order☆120Updated 3 weeks ago
- Define your own PhantomData☆158Updated 3 weeks ago
- Pull in every source file in a directory as a module☆179Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year
- ☆112Updated 3 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated last week
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆129Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 3 weeks ago
- Automatic cfg for Rust compiler features☆110Updated 6 months ago
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- ☆76Updated 2 months ago
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- ☆241Updated 5 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆123Updated 4 months ago
- ☆148Updated 3 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆191Updated 2 months ago
- ☆61Updated 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.☆114Updated 7 months ago
- A collection of small utilities for working with pointer types in Rust.☆133Updated 11 months ago
- Utilities for working with impl traits in Rust.☆118Updated 11 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆265Updated last month
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆170Updated last year
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆144Updated 3 months ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago