dtolnay / inherentLinks
Make trait methods callable without the trait in scope
☆159Updated 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☆119Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Pull in every source file in a directory as a module☆179Updated 3 weeks ago
- Better reference counted strings for Rust☆137Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 11 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
- Define your own PhantomData☆158Updated last month
- ☆112Updated 2 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last month
- ☆76Updated 2 months ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Automatic cfg for Rust compiler features☆104Updated 4 months ago
- ☆60Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆258Updated 2 weeks ago
- Graph the number of crates that depend on your crate over time☆253Updated last month
- Find out about keys that are ignored when deserializing data☆95Updated last month
- Lending iterators on stable Rust☆83Updated last year
- Extract documentation for the feature flags from comments in Cargo.toml☆184Updated 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`☆126Updated last year
- Lazy formatting utility macro for rust☆129Updated last year
- ☆101Updated last month
- ☆225Updated 2 months ago
- A collection of small utilities for working with pointer types in Rust.☆129Updated 9 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆152Updated 2 weeks ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆110Updated 2 months ago
- docs.rs as a publishing platform?☆71Updated last month
- Utilities for dealing with substructures within syn macros☆142Updated 5 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆166Updated last year
- A scope for async_std and tokio to spawn non-static futures☆148Updated last year