pgnumeric 0.1.0

Arbitrary precision numeric implementation written in Rust, compatible with PostgreSQL's numeric.
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.cfg-if]
version = "0.1"

[dependencies.lazy_static]
version = "1.4"

[dependencies.smallvec]
version = "1.3"
[dev-dependencies.criterion]
version = "^0.3"

[features]
big-endian-varlen = []

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