@hackage base911.1.0

A Base91 Encoder & Decoder

  • Deprecated

    @hackage/base91-2.1.0
  • Dependencies (3)

  • Dependents (0)

  • Package Flags

      bytestring
       (on by default)

      Enable support for Data.ByteString and Data.ByteString.Lazy.

      text
       (on by default)

      Enable support for Data.Text and Data.Text.Lazy.

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 and their lazy variants; see the Flags section for details.