Function crockford::encode_into [] [src]

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

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

Either String or Vec<u8> will be accepted.