half 1.7.1

Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.
Documentation
[[bench]]
harness = false
name = "convert"
[badges.appveyor]
repository = "starkat99/half-rs"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "starkat99/half-rs"
[dependencies.bytemuck]
default-features = false
features = ["derive"]
optional = true
version = "1.4.1"

[dependencies.num-traits]
default-features = false
optional = true
version = "0.2.14"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.quickcheck]
version = "0.9"

[dev-dependencies.quickcheck_macros]
version = "0.9"

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

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

[features]
alloc = []
serialize = ["serde"]
std = ["alloc"]
use-intrinsics = []

[package]
authors = ["Kathryn Long <squeeself@gmail.com>"]
categories = ["no-std", "data-structures", "encoding"]
description = "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types."
edition = "2018"
exclude = ["/ci", "/*.yml"]
keywords = ["f16", "bfloat16", "no_std"]
license = "MIT/Apache-2.0"
name = "half"
readme = "README.md"
repository = "https://github.com/starkat99/half-rs"
version = "1.7.1"
[package.metadata.docs.rs]
features = ["std", "serde", "bytemuck", "num-traits"]