fixed_decimal 0.2.2

An API for representing numbers in a human-readable form
Documentation
[[bench]]
harness = false
name = "fixed_decimal"
[dependencies.displaydoc]
default-features = false
version = "0.2.3"

[dependencies.ryu]
features = ["small"]
optional = true
version = "1.0.5"

[dependencies.smallvec]
version = "1.6"

[dependencies.static_assertions]
version = "1.1"

[dependencies.writeable]
version = "0.3"
[dev-dependencies.criterion]
version = "0.3.4"

[dev-dependencies.getrandom]
features = ["js"]
version = "0.2"

[dev-dependencies.icu_benchmark_macros]
version = "0.4"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rand_distr]
version = "0.4"

[dev-dependencies.rand_pcg]
version = "0.3"

[features]
bench = []
default = []
std = []

[lib]
bench = false
path = "src/lib.rs"

[package]
authors = ["The ICU4X Project Developers"]
categories = ["internationalization"]
description = "An API for representing numbers in a human-readable form"
edition = "2018"
include = ["src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md"]
license-file = "LICENSE"
name = "fixed_decimal"
readme = "README.md"
repository = "https://github.com/unicode-org/icu4x"
resolver = "2"
version = "0.2.2"
[package.metadata.docs.rs]
all-features = true