[][src]Crate simple8b

Functions

count_packed

Count the number of values packed inside the u64

pack

Pack as many values from data into a single u64 All values of data must be smaller than 2^60 Returns the number of values in result or an error if a value is too large

unpack

Decode values from a packed u64 into output