pgnumeric 0.1.1

Arbitrary precision numeric implementation written in Rust, compatible with PostgreSQL's numeric.
Documentation
[package]
name = "pgnumeric"
version = "0.1.1"
authors = ["David Li <davidli2010@foxmail.com>"]
edition = "2018"
readme = "README.md"
license = "Apache-2.0"
description = "Arbitrary precision numeric implementation written in Rust, compatible with PostgreSQL's numeric."
keywords = ["numeric", "decimal", "postgres", "postgresql"]
repository = "https://github.com/cod-technologies/pgnumeric.git"
homepage = "https://github.com/cod-technologies/pgnumeric"
documentation = "https://docs.rs/pgnumeric/"

[features]
# varlen header in big endian byte order
big-endian-varlen=[]

[dependencies]
lazy_static = "1.4"
smallvec = "1.3"
cfg-if = "0.1"
strtod = "0.0.1"

[dev-dependencies]
criterion = "^0.3"

[[bench]]
name = "benchmark"
harness = false