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☆362Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆371Updated last year
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆337Updated 8 months ago
- Conditional compilation according to rustc compiler version☆375Updated 3 weeks ago
- Delegation of trait implementations via procedural macros☆274Updated last week
- Stackless generators on stable Rust.☆469Updated 3 years ago
- Graph the number of crates that depend on your crate over time☆251Updated 2 weeks ago
- generators☆209Updated last year
- Procedural macro to implement Display and FromStr using common settings.☆188Updated last month
- A thread pool for isolating blocking I/O in async programs☆361Updated last week
- A Rust proc_macro_attribute to outline conversions from generic functions☆283Updated 2 weeks ago
- A HashMap variant that spreads resize load across inserts☆192Updated 7 months ago
- Struct fields that are made read-only accessible to other modules☆257Updated 3 weeks ago
- Support crate for rustc's self-profiling feature☆370Updated 2 months ago
- A data structure to efficiently intern, cache and restore strings.☆203Updated 3 weeks ago
- Easy code duplicate with substitution for Rust☆249Updated last month
- A library for to allow multiple return types by automatically generated enum.☆373Updated last week
- a smaller, faster and panic-free alternative to core::fmt☆372Updated last year
- Bisects rustc, either nightlies or CI artifacts☆192Updated last week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆257Updated last month
- A set of alternative `derive` attributes for Rust☆448Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆630Updated last year
- Manual segmented stacks for Rust☆319Updated 4 months ago
- Generic bijective maps in Rust☆147Updated last year
- Garbage collected smart pointers for Rust☆270Updated 3 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated 3 weeks ago
- dipa makes it easy to efficiently delta encode large Rust data structures.☆269Updated 3 years ago
- Getters and Setters for Rust.☆364Updated 2 months ago