@hackage / hw-xml

XML parser based on succinct data structures.

Latest0.5.1.2

About

Metadata

  • Last updated , by haskellworks
  • License BSD-3-Clause
  • Categories Data Structures, XML
  • Maintained by: alexey.raga@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.2
  3. 9.8.4
  4. 9.6.7
  5. 9.4.4
  6. 9.0.2
  7. 8.10.7
  8. 8.8.4
  9. 8.6.5

Readme

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