unageek / inari

A Rust implementation of interval arithmetic (IEEE 1788)
MIT License
31 stars 2 forks source link

Implement (de)serialization for Interval structs & enums #63

Closed Chris00 closed 2 years ago

Chris00 commented 2 years ago

This PR implements, as an optional feature, (de)serialization for Interval structs & enums using serde.

unageek commented 2 years ago

We cannot guarantee backward/forward compatibility of data outside the exchange formats defined by IEEE Std 1788.

So, I'm sorry, but please let me close this PR.