Rust method delegation with less boilerplate
☆515Nov 17, 2025Updated 3 months ago
Alternatives and similar repositories for rust-delegate
Users that are interested in rust-delegate are comparing it to the libraries listed below
Sorting:
- Delegation of trait implementations via procedural macros☆278Dec 20, 2025Updated 2 months ago
- Some more derive(Trait) options☆2,076Feb 4, 2026Updated 3 weeks ago
- A set of alternative `derive` attributes for Rust☆459Sep 27, 2025Updated 5 months ago
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- Macros for all your token pasting needs☆1,080Oct 6, 2024Updated last year
- A library for to allow multiple return types by automatically generated enum.☆374Feb 18, 2026Updated last week
- A Rust proc-macro attribute parser☆1,235Jan 15, 2026Updated last month
- Slotmap data structure for Rust☆1,287Dec 6, 2025Updated 2 months ago
- Conditional compilation according to rustc compiler version☆392Feb 16, 2026Updated last week
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- derive builder implementation for rust structs☆1,532Jan 2, 2026Updated last month
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆295Dec 30, 2025Updated 2 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- derive simple constructor functions for Rust structs☆573Aug 29, 2024Updated last year
- Compile-time type-checked builder derive☆1,147Jan 1, 2026Updated 2 months ago
- A small rust library for adding custom derives to enums☆2,303Feb 22, 2026Updated last week
- Rust crate for a convenient RAII scope guard.☆551Jul 17, 2023Updated 2 years ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated last week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆772Feb 16, 2026Updated last week
- Append-only collections for Rust where borrows to entries can outlive insertions☆274Jan 23, 2026Updated last month
- Compile time numbers in Rust.☆578Nov 2, 2025Updated 3 months ago
- Concurrency permutation testing tool for Rust.☆2,607Feb 20, 2026Updated last week
- Runtime for executing procedural macros as WebAssembly☆1,471Jan 21, 2026Updated last month
- Compile time static maps for Rust☆2,101Feb 20, 2026Updated last week
- Temporary file library for rust☆1,408Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆181Aug 11, 2025Updated 6 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,851Feb 18, 2026Updated last week
- Like Rust's std::Path, but UTF-8.☆547Dec 15, 2025Updated 2 months ago
- A crate for safe and ergonomic pin-projection.☆705Feb 16, 2026Updated last week
- A fast bump allocation arena for Rust☆2,117Updated this week
- A minimal `syn` syntax tree pretty-printer☆743Feb 9, 2026Updated 2 weeks ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.☆1,422Dec 24, 2025Updated 2 months ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,331Sep 26, 2025Updated 5 months ago
- Rust cache structures and easy function memoization☆1,961Dec 22, 2025Updated 2 months ago
- Clone trait that is object-safe☆748Feb 16, 2026Updated last week
- Attribute macro to require that the compiler prove a function can't ever panic☆1,183Feb 8, 2026Updated 3 weeks ago