-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A uri encoder to make your strings less readable -- -- Uri encode faster than possible (more faster than percent-encoder) @package uri-encoder @version 0.0.0.0 -- | functions for uri encoding/decoding ByteStrings module URI.Encoder -- | enc - uri encodes a bytestring enc :: ByteString -> ByteString -- | dec - uri decodes a bytestring dec :: ByteString -> ByteString