This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
Releases: yashan-technologies/pgnumeric
Releases · yashan-technologies/pgnumeric
0.2.1
0.2.0
NumericBuf
andNumeric
implement theserde::Serialize
andserde::Deserialize
traits.- Fix NumericBinary::nan() and NumericBinary::zero() in big-endian header.
0.1.1
Optimize performance of converting numeric to floating-point number.
0.1.0
Basic numeric structures & methods:
- Numeric & NumericBuf
- parse from string
- impl Rust operators
- convert primitive types from/to numeric.