sandi-0.5: Data encoding library
Copyright(c) 2014 Magnus Therning
LicenseBSD3
Safe HaskellNone
LanguageHaskell2010

Data.Conduit.Codec.Base64

Description

 

Documentation

encode :: forall (m :: Type -> Type). Monad m => ConduitT ByteString ByteString m () Source #

decode :: forall (m :: Type -> Type). (Monad m, MonadThrow m) => ConduitT ByteString ByteString m () Source #