float-bits

Crates.iofloat-bits
lib.rsfloat-bits
version0.1.1
created_at2025-09-01 17:13:33.153413+00
updated_at2025-09-03 15:30:18.308024+00
descriptionFloats stored as raw bits, making them hashable and totally ordered.
homepagehttps://codeberg.org/heptapodEnthusiast/float-bits
repositoryhttps://codeberg.org/heptapodEnthusiast/float-bits
max_upload_size
id1819927
size30,831
Donald King (chronos-tachyon)

documentation

https://docs.rs/float-bits/latest/float_bits/

README

float-bits

Floats stored as raw bits, making them hashable and totally ordered.

The types in this crate represent IEEE 754 binary floating point numbers, using unsigned integers to store the raw bits of the floats. Some of these types represent float formats not supported by Rust, or only if specific Rust features are available and enabled. A limited suite of operations are available that operate directly on the raw bit representation, bypassing the need for Rust support.

Commit count: 0

cargo fmt