llogiq / momoLinks
A Rust proc_macro_attribute to outline conversions from generic functions
☆276Updated last year
Alternatives and similar repositories for momo
Users that are interested in momo are comparing it to the libraries listed below
Sorting:
- Delegation of trait implementations via procedural macros☆267Updated 11 months ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆337Updated 6 months ago
- Conditional compilation according to rustc compiler version☆366Updated last month
- a smaller, faster and panic-free alternative to core::fmt☆370Updated last year
- Faster, more compact implementation of std::Cow☆355Updated 2 years ago
- A Rust macro to determine if a type implements a logical trait expression☆258Updated 5 years ago
- Statically-checked alternatives to RefCell and RwLock☆368Updated last year
- Support crate for rustc's self-profiling feature☆360Updated this week
- Rust option parser with custom derive support☆233Updated 7 months ago
- Procedural macro to implement Display and FromStr using common settings.☆187Updated 2 weeks ago
- dipa makes it easy to efficiently delta encode large Rust data structures.☆269Updated 3 years ago
- Easy code duplicate with substitution for Rust☆243Updated 9 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆252Updated 4 months ago
- Graph the number of crates that depend on your crate over time☆251Updated last month
- A library for compact bit sets containing enums.☆109Updated 2 months ago
- A command line tool for comparing benchmarks run by Criterion.☆250Updated 9 months ago
- Count lines of LLVM IR per generic function☆462Updated 5 months ago
- Macro for writing nested `if let` expressions☆168Updated last year
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆223Updated 2 years ago
- Stackless generators on stable Rust.☆464Updated 3 years ago
- generators☆210Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆269Updated 3 months ago
- Garbage collected smart pointers for Rust☆269Updated 3 years ago
- Provides a crate with information from the time it was built.☆176Updated 2 months ago
- A library for creating references that carry their owner with them.☆375Updated last year
- ☆124Updated 2 years ago
- A library for to allow multiple return types by automatically generated enum.☆369Updated 3 months ago
- Helper crate to work with systemd/catflap socket activation☆219Updated 5 months ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.