[[example]]
name = "conversions"
required-features = ["std"]
[features]
default = ["std"]
std = []
[package]
authors = ["Benjamin Sago <ogham@bsago.me>"]
categories = ["algorithms", "no-std"]
description = "Library for numeric prefixes (kilo, giga, kibi)."
documentation = "https://docs.rs/number_prefix"
exclude = ["/README.md", "/LICENCE", "/.rustfmt.toml", "/.travis.yml"]
keywords = ["mathematics", "numerics"]
license = "MIT"
name = "number_prefix"
readme = "README.md"
repository = "https://github.com/ogham/rust-number-prefix"
version = "0.4.0"
[package.metadata.docs.rs]
features = ["std"]