Function base45::encode[][src]

pub fn encode(input: &str) -> String

Encode a string to base45

The function takes a string containing only characters in in the range U+0000 to U+00FF.

let encoded = base45::encode("Hello!!");