Module galvanize::helpers [] [src]

Various functions that are used across both the writer and reader modules.

You shouldn't need to use this module directly.

Functions

hash

DJB hash function

pack

Get array of bytes from an u32.

unpack

Get an u32 from an array of 4 bytes.

vec2str

Represent an iterable of bytes as "lossy" utf8 String.