github idanarye/rust-typed-builder v0.12.0
0.12.0 - 2023-01-29

latest releases: v0.20.1, v0.20.0, v0.19.1...
one day ago

Removed

  • [BREAKING] builder_method_doc = "...", builder_type_doc = "..." and
    build_method_doc = "..." are replaced with builder_method(doc = "..."),
    builder_type(doc = "...") and build_method(doc = "...").

Added

  • build_method(...) now has a doc field.
  • builder_method(...) and builder_type(...), which are structured similarly to build_method(...).

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

NewReleases is sending notifications on new releases.