gbase32_clockwork/gbase32

Types

pub type DecodeFn =
  fn(String) -> Result(String, String)
pub type EncodeFn =
  fn(String) -> Result(String, String)

Functions

pub fn new_decoder() -> fn(String) -> Result(String, String)

Create a new decoder that can be be reused to decode strings from base32 clockwork

pub fn new_encoder() -> fn(String) -> Result(String, String)

Create a new encoder that can be be reused to encode strings in base32 clockwork

Search Document