Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Releases: yashan-technologies/pgnumeric

0.2.1

28 Aug 09:49
Compare
Choose a tag to compare

Impl more PartialEq and PartialOrd.

0.2.0

03 Jul 08:27
Compare
Choose a tag to compare
  1. NumericBuf and Numeric implement the serde::Serialize and serde::Deserialize traits.
  2. Fix NumericBinary::nan() and NumericBinary::zero() in big-endian header.

0.1.1

13 May 09:35
Compare
Choose a tag to compare

Optimize performance of converting numeric to floating-point number.

0.1.0

06 May 06:34
Compare
Choose a tag to compare

Basic numeric structures & methods:

  • Numeric & NumericBuf
  • parse from string
  • impl Rust operators
  • convert primitive types from/to numeric.