rust-typed-builder icon indicating copy to clipboard operation
rust-typed-builder copied to clipboard

Compile-time type-checked builder derive

Results 42 rust-typed-builder issues
Sort by recently updated
recently updated
newest added

When testing or working with existing instances, it's common to want to create a slightly modified copy of an object. While Rust's struct update syntax (`..`) works well for simple...

This library is great, but it can be a bit of a pain to use outside of closures that support type inference. Just a bit of a quality of life...