davidpdrsn / extendLinks
Create extensions for types you don't own with extension traits but without the boilerplate
☆133Updated 2 years ago
Alternatives and similar repositories for extend
Users that are interested in extend are comparing it to the libraries listed below
Sorting:
- Macros for deriving as functions to access Enums as their inner components☆104Updated last year
- Pull in every source file in a directory as a module☆179Updated this week
- Better reference counted strings for Rust☆139Updated last year
- Extract documentation for the feature flags from comments in Cargo.toml☆191Updated last month
- Make trait methods callable without the trait in scope☆161Updated this week
- Easy code duplicate with substitution for Rust☆250Updated last month
- Procedural macro to implement Display and FromStr using common settings.☆192Updated last week
- A library for compact bit sets containing enums.☆120Updated 2 weeks ago
- A Rust macro to make enums with a subset of values of the parent☆130Updated 2 months ago
- zero runtime cost default arguments in rust☆91Updated 4 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 3 weeks ago
- Use declarative macros as proc_macro attributes or derives☆151Updated 6 months ago
- A rust crate to find the total size of an object, on the stack and on the heap