Function crockford::encode_into

source ·
pub fn encode_into<T: Write>(n: u64, w: &mut T)
Expand description

Encodes a u64 value as Crockford Base32 and writes it to the provided output.

Either String or Vec<u8> will be accepted.