hw-xml

XML parser based on succinct data structures.

http://github.com/haskell-works/hw-xml#readme

Version on this page:0.5.1.0@rev:8
LTS Haskell 20.26:0.5.1.1@rev:2
Stackage Nightly 2022-11-17:0.5.1.1@rev:2
Latest on Hackage:0.5.1.2

See all snapshots hw-xml appears in

BSD-3-Clause licensed by John Ky, Alexey Raga
Maintained by [email protected]
This version can be pinned in stack with:hw-xml-0.5.1.0@sha256:db2182d8f9f3403e984e0377e19246ed2ef12e17132bf5ee24c9f01880533b11,11014

hw-xml

CircleCI

hw-xml is a high performance XML parsing library. It uses succinct data-structures to allow traversal of large XML strings with minimal memory overhead.

For an example, see app/Main.hs

Notes