Popularity
4.7
Declining
Activity
0.0
Stable
2
3
3
Monthly Downloads: 156
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
streaming-binary alternatives and similar packages
Based on the "Parsing" category.
Alternatively, view streaming-binary alternatives based on common mentions on social networks and blogs.
-
megaparsec
Industrial-strength monadic parser combinator library -
trifecta
Parser combinators with highlighting, slicing, layout, literate comments, Clang-style diagnostics and the kitchen sink -
Earley
Parsing all context-free grammars using Earley's algorithm in Haskell. -
replace-megaparsec
Stream editing with Haskell Megaparsec parsers -
parser-combinators
Lightweight package providing commonly useful parser combinators -
scanner
Fast non-backtracking incremental combinator parsing for bytestrings -
descriptive
Self-describing consumers/parsers; forms, cmd-line args, JSON, etc. -
pipes-aeson
Encode and decode JSON streams using Aeson and Pipes. -
pipes-attoparsec
Utilities to convert a parser into a pipe -
parsec-free
Parsec API encoded as a deeply-embedded DSL, for debugging and analysis -
data-stm32
ARM SVD and CubeMX XML parser and pretty printer for STM32 family -
hsemail
Haskell Parsec parsers for the syntax defined in RFC2821 and 2822 -
incremental-parser
Haskell parsing combinator liibrary that can be fed the input and emit the parsed output incrementally -
replace-attoparsec
Stream editing with Haskell Attoparsec parsers -
parsec-parsers
Orphan instances so you can use `parsers` with `parsec`. -
parsers-megaparsec
`parsers` instances for Megaparsec -
matrix-market-attoparsec
Attoparsec parsers for the NIST Matrix Market format -
record-syntax
A library for parsing and processing the Haskell syntax sprinkled with anonymous records -
attoparsec-parsec
An Attoparsec compatibility layer for Parsec -
fuzzy-dates
Automatically detect and parse dates in many different formats -
attoparsec-expr
Port of parsec's expression parser to attoparsec. -
megalisp
megalisp is a compliant lisp parser written in megaparsec
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of streaming-binary or a related project?
README
streaming-binary
This library offers incremental serialization and deserialization of
Haskell values using the binary
package. Under the hood, we wrap the
incremental decoders from binary
's Incremental API as first-class
streams as defined in streaming
.