not-fl3 / nanoserde

Serialisation library with zero dependencies
689 stars 39 forks source link

Json ron deser large numbers error #91

Closed knickish closed 9 months ago

knickish commented 9 months ago

closes #89. The min/max values for non-64bit primitives were all set to use the 64 bit equivalent for some reason, this PR sets them to the appropriate ::MIN/MAX values