nvzqz / implsLinks
A Rust macro to determine if a type implements a logical trait expression
☆260Updated 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☆365Updated 2 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆348Updated 10 months ago
- Conditional compilation according to rustc compiler version☆385Updated last month
- Graph the number of crates that depend on your crate over time☆253Updated 2 months ago
- Statically-checked alternatives to RefCell and RwLock☆383Updated last month
- Delegation of trait implementations via procedural macros☆275Updated 2 months ago
- A library for to allow multiple return types by automatically generated enum.☆373Updated 2 weeks ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆280Updated 2 months ago
- Stackless generators on stable Rust.☆471Updated 3 years ago
- Support crate for rustc's self-profiling feature☆373Updated 4 months ago
- Procedural macro to implement Display and FromStr using common settings.☆188Updated 3 months ago
- Easy code duplicate with substitution for Rust☆249Updated last week
- generators☆211Updated 2 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆266Updated 2 years ago
- A data structure to efficiently intern, cache and restore strings.☆204Updated 2 months ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆193Updated 9 months ago
- a smaller, faster and panic-free alternative to core::fmt☆373Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆263Updated last week
- Manual segmented stacks for Rust☆327Updated 2 weeks ago
- Procedural macros in expression position☆204Updated 2 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- Struct fields that are made read-only accessible to other modules☆259Updated 3 weeks ago
- A set of alternative `derive` attributes for Rust☆455Updated last month
- A library for creating references that carry their owner with them.☆378Updated 2 years ago
- A thread pool for isolating blocking I/O in async programs☆369Updated 2 months ago
- ☆233Updated 3 months ago
- Pull in every source file in a directory as a module☆179Updated 3 weeks ago
- Generic bijective maps in Rust☆147Updated 2 years ago
- A Rust JSON5 serializer and deserializer which speaks Serde.☆209Updated 2 years ago