| Copyright | (c) 2016 Patrik Sandahl |
|---|---|
| License | MIT |
| Maintainer | Patrik Sandahl <patrik.sandahl@gmail.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Nats.Message.Parser
Description
NATS protocol Message parser. To be used with the
Data.Attoparsec.ByteString library.
Documentation
parseMessage :: Parser Message Source #
Parse a NATS message.