ufloat8

Crates.ioufloat8
lib.rsufloat8
version0.1.0
sourcesrc
created_at2016-10-04 18:26:34.082208
updated_at2016-10-04 18:26:34.082208
descriptionSmall library to compress a large integer range (± 20 bits) in a single byte
homepage
repositoryhttps://github.com/aykevl/rust-ufloat8
max_upload_size
id6714
size3,292
Ayke (aykevl)

documentation

README

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.

Commit count: 1

cargo fmt