[go: up one dir, main page]

fixed 0.3.3

Fixed-point numbers
Documentation
# Copyright © 2018–2019 Trevor Spiteri

# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.

[package]
name = "fixed"
version = "0.3.3"
authors = ["Trevor Spiteri <tspiteri@ieee.org>"]
description = "Fixed-point numbers"
documentation = "https://docs.rs/fixed"
repository = "https://gitlab.com/tspiteri/fixed"
readme = "README.md"
keywords = ["mathematics", "numerics"]
categories = ["algorithms", "data-structures", "no-std", "science"]
license = "MIT/Apache-2.0"

[features]
f16 = ["half"]
fail-on-warnings = []

[dependencies]
typenum = "1.8"

[dependencies.half]
version = "1.2"
optional = true

[dependencies.serde]
version = "1.0.25"
default-features = false
optional = true

[package.metadata.docs.rs]
features = ["f16", "serde"]