half 1.8.3

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"
[dependencies.bytemuck]
default-features = false
features = ["derive"]
optional = true
version = "1.4.1"

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

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

[dependencies.zerocopy]
default-features = false
optional = true
version = "0.6.0"
[dev-dependencies.criterion]
version = "0.3.5"

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

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

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

[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 = [".git*", ".editorconfig"]
keywords = ["f16", "bfloat16", "no_std"]
license = "MIT OR Apache-2.0"
name = "half"
readme = "README.md"
repository = "https://github.com/starkat99/half-rs"
version = "1.8.3"
[package.metadata.docs.rs]
features = ["std", "serde", "bytemuck", "num-traits", "zerocopy"]
rustc-args = ["--cfg", "docsrs"]