@hackage base910.2.0

A Base91 Encoder & Decoder

  • Deprecated

    @hackage/base91-2.1.0
  • Dependencies (3)

  • Dependents (0)

  • Package Flags

      bytestring
       (on by default)

      Enable Data.ByteString support.

      text
       (on by default)

      Enable Data.Text support.

An implementation of Base91 encoding & decoding of arbitrary bytes (octets) to/from characters (all in the ASCII printable range; it includes support for plain Strings, as well as optional support for ByteString and/or Text; see the Flags section for details.