precise 0.1.1

Full precision decimal representation of f64
Documentation
[package]
name = "precise"
version = "0.1.1" # remember to update number in readme for major versions
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Full precision decimal representation of f64"
repository = "https://github.com/dtolnay/precise"
documentation = "https://docs.rs/precise"
readme = "README.md"

[dependencies]
num-bigint = "0.2"
num-traits = "0.2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]