stompl-0.1.0: Stomp Parser and Utilities

Portabilityportable
Stabilityexperimental
Safe HaskellNone

Network.Mom.Stompl.Parser

Description

Stomp Parser based on Attoparsec

Synopsis

Documentation

stompParser :: Parser FrameSource

The Stomp Parser

stompAtOnce :: ByteString -> Either String FrameSource

Parses a ByteString at once with Attoparsec parseOnly. May fail or conclude.