[package]
name = "fixed"
version = "0.1.5"
authors = ["Trevor Spiteri <tspiteri@ieee.org>"]
description = "Fixed-point numbers"
documentation = "https://docs.rs/fixed"
readme = "README.md"
keywords = ["mathematics", "numerics"]
categories = ["algorithms", "data-structures", "no-std", "science"]
license = "MIT/Apache-2.0"
repository = "https://gitlab.com/tspiteri/fixed"
[package.metadata.docs.rs]
features = ["f16"]
[dependencies.half]
version = "1.2"
optional = true
[dependencies.typenum]
version = "1.8"
[features]
f16 = ["half"]
fail-on-warnings = []