idanarye / rust-typed-builder
Compile-time type-checked builder derive
☆1,014Updated last month
Alternatives and similar repositories for rust-typed-builder:
Users that are interested in rust-typed-builder are comparing it to the libraries listed below
- A Rust proc-macro attribute parser☆1,115Updated 2 weeks ago
- Macros for all your token pasting needs☆1,045Updated 7 months ago
- Test harness for ui tests of compiler diagnostics☆877Updated 2 months ago
- Support atomic operations on Arc itself☆951Updated this week
- derive builder implementation for rust structs☆1,436Updated 6 months ago
- Typed distributed plugin registration☆1,104Updated 2 months ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,542Updated this week
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆962Updated 9 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,618Updated 5 months ago
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆736Updated this week
- Some more derive(Trait) options☆1,890Updated last week
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,264Updated 4 months ago
- Rust procedural macro attribute for adding test cases easily☆619Updated 11 months ago
- ☆824Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,457Updated last week
- deserialize env vars into typesafe structs with rust☆913Updated 11 months ago
- Rust quasi-quoting☆1,407Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic