Rust method delegation with less boilerplate
☆520Nov 17, 2025Updated 4 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☆283Dec 20, 2025Updated 3 months ago
- Some more derive(Trait) options☆2,085Mar 6, 2026Updated 2 weeks ago
- A set of alternative `derive` attributes for Rust☆459Sep 27, 2025Updated 5 months ago
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- Slotmap data structure for Rust☆1,298Dec 6, 2025Updated 3 months ago
- Macros for all your token pasting needs☆1,081Oct 6, 2024Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- derive simple constructor functions for Rust structs☆572Aug 29, 2024Updated last year
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated last month
- A Rust proc-macro attribute parser☆1,239Jan 15, 2026Updated 2 months ago
- A library for to allow multiple return types by automatically generated enum.☆377Mar 12, 2026Updated last week
- derive builder implementation for rust structs☆1,536Jan 2, 2026Updated 2 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆297Dec 30, 2025Updated 2 months ago
- Compile time numbers in Rust.☆581Nov 2, 2025Updated 4 months ago
- A small rust library for adding custom derives to enums☆2,336Mar 7, 2026Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- Compile-time type-checked builder derive☆1,150Jan 1, 2026Updated 2 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆274Jan 23, 2026Updated last month
- Rust crate for a convenient RAII scope guard.☆554Jul 17, 2023Updated 2 years ago
- Rust library for single assignment cells and lazy statics without macros☆2,070Mar 12, 2026Updated last week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆773Feb 16, 2026Updated last month
- Runtime for executing procedural macros as WebAssembly☆1,474Jan 21, 2026Updated 2 months ago
- Concurrency permutation testing tool for Rust.☆2,640Feb 20, 2026Updated last month
- Temporary file library for rust☆1,414Mar 14, 2026Updated last week
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- Rust cache structures and easy function memoization☆1,969Mar 9, 2026Updated last week
- Attribute macro to require that the compiler prove a function can't ever panic☆1,186Feb 8, 2026Updated last month
- Compile time static maps for Rust☆2,108Mar 12, 2026Updated last week
- A crate for safe and ergonomic pin-projection.☆704Mar 12, 2026Updated last week
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- Clone trait that is object-safe☆750Feb 16, 2026Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆183Aug 11, 2025Updated 7 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,859Mar 2, 2026Updated 2 weeks ago
- Like Rust's std::Path, but UTF-8.☆551Dec 15, 2025Updated 3 months ago
- Execute Rust code carefully, with extra checking along the way☆481Jan 3, 2026Updated 2 months ago
- Generic extensions for tapping values in Rust.☆502Sep 29, 2023Updated 2 years ago