Registry / utility / hexf
library0.2.1rscratesunverified

Hexadecimal float support for Rust.

# Cargo.toml [dependencies] hexf = "0.2.1"
INSTALL
IMPORT
SIG · HEXF
H
hexf
utilityrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hexf
use hexf::hexf;

Parse a hexadecimal floating-point literal.

use hexf::hexf; fn main() { let val = hexf!("0x1.921fb54442d18p+1"); println!("Value: {}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hexf — cargo add hexf · libregistry