ufloat8 0.1.0

Small library to compress a large integer range (± 20 bits) in a single byte
Documentation

ufloat8 library

This is a small library implementing a custom unsigned floating-point-like integer format using just 8 bits. I wrote it to send a duration (in time) of a wide range in just one byte, while keeping precision for smaller values.

See the main repository, this is a Rust implementation.