fdeantoni / prost-wkt

Prost Well-Known-Types serialization and deserialization.
Apache License 2.0
76 stars 35 forks source link

Switch to using `heck` for message formatting #22

Closed mattoni closed 2 years ago

mattoni commented 2 years ago

This PR resolves #19 by switching to using the same formatting library (heck) that prost uses under the hood. Previously, message names such as Point2d would be converted to Point2D, causing compilation failures when using descriptors.