colin-kiegel / rust-derive-builderView external linksLinks
derive builder implementation for rust structs
☆1,529Jan 2, 2026Updated last month
Alternatives and similar repositories for rust-derive-builder
Users that are interested in rust-derive-builder are comparing it to the libraries listed below
Sorting:
- Some more derive(Trait) options☆2,069Feb 4, 2026Updated last week
- Compile-time type-checked builder derive☆1,141Jan 1, 2026Updated last month
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,089Jan 12, 2026Updated last month
- A small rust library for adding custom derives to enums☆2,287Feb 5, 2026Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,059May 24, 2025Updated 8 months ago
- derive(Error) for struct and enum error types☆5,338Updated this week
- Temporary file library for rust☆1,401Updated this week
- A Rust proc-macro attribute parser☆1,230Jan 15, 2026Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,292Jan 7, 2026Updated last month
- Type erasure for async trait methods☆2,114Feb 8, 2026Updated last week
- Rust cache structures and easy function memoization☆1,959Dec 22, 2025Updated last month
- Flexible concrete Error type built on std::Error☆6,423Updated this week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,273Dec 29, 2025Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,844Updated this week
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,329Sep 26, 2025Updated 4 months ago
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆821Feb 5, 2026Updated last week
- Compile time static maps for Rust☆2,100Feb 4, 2026Updated last week
- A string type for Rust that is not required to be valid UTF-8.☆1,030Oct 26, 2025Updated 3 months ago
- Support atomic operations on Arc itself☆1,256Updated this week
- Find unused dependencies in Cargo.toml☆2,077Dec 29, 2025Updated last month
- Parser for Rust source code☆3,287Updated this week
- derive simple constructor functions for Rust structs☆574Aug 29, 2024Updated last year
- Test harness for ui tests of compiler diagnostics☆952Updated this week
- A powerful mock object library for Rust☆1,779Nov 22, 2025Updated 2 months ago
- Simple validation for Rust structs☆2,422Feb 8, 2026Updated last week
- Application level tracing for Rust.☆6,508Dec 28, 2025Updated last month
- Statistics-driven benchmarking library for Rust☆5,416Nov 29, 2025Updated 2 months ago
- A binary encoder / decoder implementation in Rust.☆3,077Aug 15, 2025Updated 6 months ago
- Zero-cost asynchronous programming in Rust☆5,811Updated this week
- Cargo subcommand `release`: everything about releasing a rust crate.☆1,530Feb 5, 2026Updated last week
- A command line progress reporting library for Rust