github idanarye/rust-typed-builder v0.23.0
0.23.0 - 2025-10-20

one day ago

Changed

  • Upgrae Rust edition to 2024.
  • [BREAKING] When default is an expression that uses previous fields,
    it'll receive them as reference.

Added

  • default_where option to add generic bounds on default.
  • builder_type(attributes(...)) for adding attributes to the builder type
    (mainly for derive)

Removed

  • [BREAKING] The Optional trait. This is an internal implementation
    detail, but some users may have relied on it for customized flows.

Don't miss a new rust-typed-builder release

NewReleases is sending notifications on new releases.