precise 0.1.0

Full precision decimal representation of f64
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "precise"
version = "0.1.0" # 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"