f8 0.2.0

A no_std, one-byte UNORM with exact rounding, saturating arithmetic, and SIMD conversion
Documentation
[package]
name = "f8"
version = "0.2.0"
authors = ["John Wells <john@attackgoat.com>"]
edition = "2024"
rust-version = "1.85"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/attackgoat/f8"
homepage = "https://github.com/attackgoat/f8"
documentation = "https://docs.rs/f8"
description = "A no_std, one-byte UNORM with exact rounding, saturating arithmetic, and SIMD conversion"

[dependencies]
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }

[dev-dependencies]
serde_test = "1.0"

[features]
default = ["serde", "simd"]
simd = []

[[bench]]
name = "convert"
harness = false