yabase/base36

Values

pub fn decode(
  input: String,
) -> Result(BitArray, error.CodecError)

Decode a Base36 string to a BitArray.

pub fn encode(data: BitArray) -> String

Encode a BitArray to Base36 (lowercase).

Sub-byte input panics; see yabase/core/guard.assert_byte_aligned.

Search Document