Skip to content

v0.11.5

Compare
Choose a tag to compare
@LucioFranco LucioFranco released this 20 Dec 18:16
· 102 commits to master since this release

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:

  • build: Allow file descriptor be generated without --include_source_info (#786)
  • build: Expose from_str_name for generated enums (#774)