nvzqz / implsLinks
A Rust macro to determine if a type implements a logical trait expression
☆262Updated 6 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☆370Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆385Updated 3 months ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆354Updated 3 weeks ago
- Delegation of trait implementations via procedural macros☆279Updated 3 weeks ago
- Conditional compilation according to rustc compiler version☆390Updated 3 weeks ago
- Graph the number of crates that depend on your crate over time☆256Updated 3 weeks ago
- Stackless generators on stable Rust.☆475Updated 3 years ago
- Procedural macro to implement Display and FromStr using common settings.☆191Updated last month
- Support crate for rustc's self-profiling feature☆376Updated 6 months ago
- A library for to allow multiple return types by automatically generated enum.☆373Updated last month
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆281Updated last month
- a smaller, faster and panic-free alternative to core::fmt☆387Updated last year
- Manual segmented stacks for Rust☆331Updated this week
- Generic bijective maps in Rust☆147Updated 2 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 3 years ago
- Easy code duplicate with substitution for Rust☆252Updated 2 months ago
- dipa makes it easy to efficiently delta encode large Rust data structures.☆273Updated 3 years ago
- A set of alternative `derive` attributes for Rust☆459Updated 3 months ago
- Struct fields that are made read-only accessible to other modules☆262Updated 3 weeks ago
- generators☆211Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆196Updated 11 months ago
- A Rust JSON5 serializer and deserializer which speaks Serde.☆220Updated 3 weeks ago
- ☆241Updated 5 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 3 weeks ago
- A library for creating references that carry their owner with them.☆383Updated 2 years ago
- Abstract over the atomicity of reference-counting pointers in rust☆168Updated 2 months ago
- A data structure to efficiently intern, cache and restore strings.☆207Updated 4 months ago
- A simple bitset container for Rust☆159Updated 6 months ago
- A thread pool for isolating blocking I/O in async programs☆373Updated 4 months ago