hats-0.1.0.1: Haskell client for the NATS messaging system

Copyright(c) 2016 Patrik Sandahl
LicenseMIT
MaintainerPatrik Sandahl <patrik.sandahl@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Network.Nats.Message.Parser

Description

NATS protocol Message parser. To be used with the Data.Attoparsec.ByteString library.

Synopsis

Documentation

parseMessage :: Parser Message Source #

Parse a NATS message.