A set of alternative `derive` attributes for Rust
☆459Sep 27, 2025Updated 5 months ago
Alternatives and similar repositories for rust-derivative
Users that are interested in rust-derivative are comparing it to the libraries listed below
Sorting:
- Some more derive(Trait) options☆2,076Feb 4, 2026Updated 3 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆374Feb 18, 2026Updated last week
- Macros for all your token pasting needs☆1,080Oct 6, 2024Updated last year
- A small rust library for adding custom derives to enums☆2,314Updated this week
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- derive builder implementation for rust structs☆1,534Jan 2, 2026Updated last month
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- Find unused dependencies in Cargo.toml☆2,083Dec 29, 2025Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated 2 weeks ago
- A Rust proc-macro attribute parser☆1,235Jan 15, 2026Updated last month
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- Rust cache structures and easy function memoization☆1,961Dec 22, 2025Updated 2 months ago
- Generic array types in Rust☆432Nov 19, 2025Updated 3 months ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆357Jan 20, 2026Updated last month
- Compile-time type-checked builder derive☆1,147Jan 1, 2026Updated 2 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,095Feb 20, 2026Updated last week
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆548Nov 4, 2025Updated 3 months ago
- Adaptors between compression crates and Rust's async IO types☆616Updated this week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- Type erasure for async trait methods☆2,118Feb 16, 2026Updated 2 weeks ago
- Rust crate for a convenient RAII scope guard.☆551Jul 17, 2023Updated 2 years ago
- Rust method delegation with less boilerplate☆515Nov 17, 2025Updated 3 months ago
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆155Nov 24, 2025Updated 3 months ago
- Clone trait that is object-safe☆748Feb 16, 2026Updated 2 weeks ago
- Rust doesn't have exceptions☆634Aug 17, 2020Updated 5 years ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,851Feb 18, 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
- A parser and formatter for std::{SystemTime, Duration}☆370Sep 11, 2025Updated 5 months ago
- Runtime for executing procedural macros as WebAssembly☆1,471Jan 21, 2026Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- Make trait methods callable without the trait in scope☆163Feb 16, 2026Updated 2 weeks ago
- Test harness for ui tests of compiler diagnostics☆957Feb 12, 2026Updated 2 weeks ago
- A library for creating references that carry their owner with them.☆385Oct 12, 2023Updated 2 years ago
- derive(Error) for struct and enum error types☆5,363Feb 16, 2026Updated 2 weeks ago
- derive simple constructor functions for Rust structs☆571Aug 29, 2024Updated last year
- Concurrency permutation testing tool for Rust.☆2,607Feb 20, 2026Updated last week
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 2 weeks ago
- Stackless generators on stable Rust.☆478Jun 24, 2022Updated 3 years ago