Skip to content

v0.12.2

Compare
Choose a tag to compare
@LucioFranco LucioFranco released this 16 Nov 16:13
· 53 commits to master since this release
3cf34f0

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

This patch updates brings a few new features and fixes:

  • feat: Generate implementation for Name trait (#931)
  • fix: generate Name::full_name properly (#923)