Closed michaelkirk closed 2 years ago
CHANGES.md
Add's serialization for integer types.
FIXES https://github.com/georust/wkt/issues/100
In my first attempt, I also tried to add integer support in deserialization (TryFromWkt) but I hit a speed bump. I'll open an issue with details momentarily.
TryFromWkt
bors r=rmanoka
Build succeeded:
CHANGES.md
if knowledge of this change could be valuable to users.[x] I ran cargo fmt
Add's serialization for integer types.
FIXES https://github.com/georust/wkt/issues/100
In my first attempt, I also tried to add integer support in deserialization (
TryFromWkt
) but I hit a speed bump. I'll open an issue with details momentarily.