dtolnay / inherentLinks
Make trait methods callable without the trait in scope
☆162Updated last month
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☆120Updated last month
- ☆111Updated 3 years ago
- Pull in every source file in a directory as a module☆181Updated 2 weeks ago
- Graph the number of crates that depend on your crate over time☆256Updated last month
- Define your own PhantomData☆158Updated last month
- Better reference counted strings for Rust☆140Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year
- Utility wrapper to send non send types to other threads safely☆185Updated 10 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆276Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆290Updated 3 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆115Updated 8 months ago
- Automatic cfg for Rust compiler features☆110Updated 7 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`☆130Updated last year
- Extract documentation for the feature flags from comments in Cargo.toml☆191Updated 3 months ago
- ☆241Updated this week
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆172Updated last month
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆124Updated this week
- A collection of small utilities for working with pointer types in Rust.☆133Updated last year
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆172Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆217Updated last week
- Convert number to enum☆87Updated last year
- docs.rs as a publishing platform?☆71Updated last month
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- ☆61Updated 2 years ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- Async fundamentals initiative: portable and interoperable☆77Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago