Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Vacura committed Jul 23, 2024
1 parent 9933e17 commit d2bfb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Protocol messages are generated against a recent stable Kafka release, currently

Although the Kafka protocol remains relatively stable and strives to be backwards compatible, new fields are occasionally
added. In order to ensure forward compatibility with the protocol, this crate marks all exported items as `#[non-exhaustive]`.
Protocol messages can be constructed using either `Default::default` or their provided [builder](https://docs.rs/derive_builder/latest/derive_builder/).
Protocol messages can be constructed using `Default::default` updated with builder style methods.

## Working with messages

Expand Down

0 comments on commit d2bfb61

Please sign in to comment.