dtolnay / inherentLinks
Make trait methods callable without the trait in scope
☆160Updated 3 weeks ago
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 3 weeks ago
- Pull in every source file in a directory as a module☆179Updated 3 weeks ago
- Graph the number of crates that depend on your crate over time☆253Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 11 months ago
- Better reference counted strings for Rust☆138Updated last year
- ☆112Updated 2 years ago
- Define your own PhantomData☆158Updated 3 weeks ago
- Find out about keys that are ignored when deserializing data☆95Updated 3 weeks ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆153Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆168Updated last year
- A scope for async_std and tokio to spawn non-static futures☆151Updated last year
- Utilities for working with impl traits in Rust.☆117Updated 9 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆188Updated 2 weeks ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 5 months ago
- ☆231Updated 3 months ago
- Minimal asynchronous executor for Rust☆133Updated last week
- Utility wrapper to send non send types to other threads safely☆188Updated 7 months ago
- Automatic cfg for Rust compiler features☆105Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆262Updated this week
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 8 months ago
- ☆76Updated last week
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 2 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
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- ☆61Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago
- Automatically implement traits for common smart pointers☆120Updated 7 months ago