half 2.4.0

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.cfg-if]
version = "1.0.0"

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

[dependencies.rand]
default-features = false
optional = true
version = "0.8.5"

[dependencies.rand_distr]
default-features = false
optional = true
version = "0.4.3"

[dependencies.rkyv]
optional = true
version = "0.7"

[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.4.0"

[dev-dependencies.crunchy]
version = "0.2.2"

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

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

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

[features]
alloc = []
default = ["std"]
rand_distr = ["dep:rand", "dep:rand_distr"]
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 = "2021"
exclude = [".git*", ".editorconfig", ".circleci"]
keywords = ["f16", "bfloat16", "no_std"]
license = "MIT OR Apache-2.0"
name = "half"
readme = "README.md"
repository = "https://github.com/starkat99/half-rs"
rust-version = "1.70"
version = "2.4.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(target_arch = \"spirv\")".dependencies.crunchy]
version = "0.2.2"