llogiq / momo
A Rust proc_macro_attribute to outline conversions from generic functions
☆273Updated 11 months ago
Alternatives and similar repositories for momo:
Users that are interested in momo are comparing it to the libraries listed below
- Conditional compilation according to rustc compiler version☆351Updated 2 months ago
- Delegation of trait implementations via procedural macros☆264Updated 9 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- Procedural macro to implement Display and FromStr using common settings.☆184Updated 2 weeks ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆335Updated 4 months ago
- Faster, more compact implementation of std::Cow☆352Updated 2 years ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆262Updated last month
- A command line tool for comparing benchmarks run by Criterion.☆244Updated 7 months ago
- Graph the number of crates that depend on your crate over time☆238Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆161Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated 3 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- a smaller, faster and panic-free alternative to core::fmt