nvzqz / implsLinks
A Rust macro to determine if a type implements a logical trait expression
☆259Updated 5 years ago
Alternatives and similar repositories for impls
Users that are interested in impls are comparing it to the libraries listed below
Sorting:
- Faster, more compact implementation of std::Cow☆363Updated 2 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆342Updated 9 months ago
- Graph the number of crates that depend on your crate over time☆252Updated 2 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆373Updated 2 weeks ago
- Delegation of trait implementations via procedural macros☆275Updated 3 weeks ago
- Conditional compilation according to rustc compiler version☆381Updated 2 weeks ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆281Updated last month
- Support crate for rustc's self-profiling feature☆373Updated 2 months ago
- Procedural macro to implement Display and FromStr using common settings.☆188Updated last month
- generators☆209Updated 2 years ago
- Stackless generators on stable Rust.☆469Updated 3 years ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- a smaller, faster and panic-free alternative to core::fmt☆372Updated last year
- A data structure to efficiently intern, cache and restore strings.☆203Updated last month
- A library for to allow multiple return types by automatically generated enum.☆372Updated this week
- dipa makes it easy to efficiently delta encode large Rust data structures.☆269Updated 3 years ago
- Generic bijective maps in Rust