A Rust proc_macro_attribute to outline conversions from generic functions
☆285Dec 12, 2025Updated 2 months ago
Alternatives and similar repositories for momo
Users that are interested in momo are comparing it to the libraries listed below
Sorting:
- Runtime for executing procedural macros as WebAssembly☆1,472Jan 21, 2026Updated last month
- [deprecated] Avoid memcpy calls when working with standard containers☆278Sep 23, 2022Updated 3 years ago
- Colorful panic backtraces for Rust☆600Oct 28, 2025Updated 4 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆274Jan 23, 2026Updated last month
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Oct 11, 2021Updated 4 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆181Aug 11, 2025Updated 6 months ago
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated 2 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 3 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆375Updated this week
- A tool for transforming Rust code using rules☆715Jun 4, 2023Updated 2 years ago
- Rust doesn't have exceptions☆634Aug 17, 2020Updated 5 years ago
- Capability-oriented version of the Rust standard library☆751Feb 15, 2026Updated 2 weeks ago
- "Freedom from syn": Proc macro tools for operating on token trees☆107Mar 21, 2020Updated 5 years ago
- Fast numeric to- and from-string conversion routines.☆352Oct 9, 2025Updated 4 months ago
- ☆110Apr 3, 2024Updated last year
- Machine scalar casting that meets your expectations☆79Sep 4, 2021Updated 4 years ago
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 2 months ago
- A small ASCII-only bounded length string representation.☆61Feb 7, 2022Updated 4 years ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- "A very small syn"☆213Feb 1, 2025Updated last year
- Test harness for ui tests of compiler diagnostics☆957Feb 12, 2026Updated 3 weeks ago
- a macro for constructing views in Rust 🏗️☆105Jul 29, 2020Updated 5 years ago
- Manual segmented stacks for Rust☆335Feb 7, 2026Updated 3 weeks ago
- This crate guarantees that your application is free of panicking branches☆178May 23, 2019Updated 6 years ago
- Rust crate for a convenient RAII scope guard.☆551Jul 17, 2023Updated 2 years ago
- Rust option parser with custom derive support☆236Nov 15, 2024Updated last year
- A strict, yet friendly mocking library for Rust 2018☆224May 31, 2024Updated last year
- A macro to generate Rust actors☆46Jan 14, 2021Updated 5 years ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Sep 4, 2023Updated 2 years ago
- A memory efficient string type that can store up to 24* bytes on the stack☆816Dec 24, 2025Updated 2 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,184Feb 8, 2026Updated 3 weeks ago
- Whole program static stack analysis☆650Oct 28, 2024Updated last year
- Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.☆584Oct 12, 2023Updated 2 years ago
- Empowering everyone to build asynchronous software☆854Oct 29, 2019Updated 6 years ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Feb 10, 2022Updated 4 years ago