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☆356Updated 2 years ago
- Delegation of trait implementations via procedural macros☆271Updated last year
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Conditional compilation according to rustc compiler version☆375Updated last week
- Procedural macro to implement Display and FromStr using common settings.☆188Updated 2 weeks ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆279Updated last week
- Graph the number of crates that depend on your crate over time☆251Updated last week
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆337Updated 8 months ago
- Stackless generators on stable Rust.☆466Updated 3 years ago
- Manual segmented stacks for Rust☆318Updated 3 months ago
- Easy code duplicate with substitution for Rust☆246Updated last week
- A library for to allow multiple return types by automatically generated enum.☆373Updated this week
- A data structure to efficiently intern, cache and restore strings.☆203Updated last week
- A thread pool for isolating blocking I/O in async programs☆363Updated last week
- dipa makes it easy to efficiently delta encode large Rust data structures.☆269Updated 3 years ago
- Support crate for rustc's self-profiling feature☆367Updated last month
- a smaller, faster and panic-free alternative to core::fmt☆370Updated last year
- generators☆209Updated last year
- Struct fields that are made read-only accessible to other modules☆253Updated last week
- Garbage collected smart pointers for Rust☆269Updated 3 years ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆223Updated 2 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆269Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆192Updated 6 months ago
- Display syntax-diagrams for Rust-macros on docs.rs and doc.rust-lang.org☆194Updated 2 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆627Updated last year
- A fast intrusive flamegraph☆235Updated 3 years ago
- Count lines of LLVM IR per generic function☆468Updated last month
- Cargo subcommand for checking your documentation for broken links☆157Updated 8 months ago
- An allocator that can track and limit memory usage.☆213Updated 2 years ago