-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Enumerator-based netstring parsing -- -- Netstrings are a simple way to encode arbitrary binary data, so -- it can be decoded without requiring sentinel bytes. @package netstring-enumerator @version 0.1.1 module Codec.Netstring.Enumerator decode :: Monad m => Enumeratee ByteString ByteString m b