Skip to content

v0.0.14

Compare
Choose a tag to compare
@goffrie goffrie released this 28 Oct 01:19
· 29 commits to main since this release
6698c7c
  • Implement box_it for oneof fields (#150)
  • Use r# syntax for keywords instead of appending _ (#153)
    • This is a breaking change. Fields with names like type used to be generated as type_.
      Now, you should refer to them using a raw identifier: r#type.