fhex 2.0.0

Hex float conversion: ToHex for formatting, FromHex for parsing. IEEE 754 hexadecimal format (0x1.8p+1).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "fhex"
description = "Hex float conversion: ToHex for formatting, FromHex for parsing. IEEE 754 hexadecimal format (0x1.8p+1)."
version = "2.0.0"
authors = ["Rod Vagg <r@va.gg>"]
repository = "https://github.com/rvagg/fhex"
edition = "2024"
license = "Apache-2.0"
keywords = ["float", "hex", "wasm", "wat", "ieee754"]
categories = ["encoding", "parsing", "value-formatting"]

[dependencies]

[dev-dependencies]
proptest = "1.9"

[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ["cfg(kani)"] }