Closed mattoni closed 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.
heck
Point2d
Point2D
This PR resolves #19 by switching to using the same formatting library (
heck
) that prost uses under the hood. Previously, message names such asPoint2d
would be converted toPoint2D
, causing compilation failures when using descriptors.