| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
Codec.Binary.Base91.Efficient
- decode :: Text -> ByteString
- encode :: ByteString -> Text
Documentation
decode :: Text -> ByteString Source
Decodes ByteString from Text in Base91; the opposite of encode.
encode :: ByteString -> Text Source
Encodes ByteString to Text in Base91; the opposite of decode.