# Documentation of Chame, an HTML5 parsing library written in Nim.
To get started, please read the readme.
Index of the (stable) public API:
- minidom: minimal DOM module and a high-level interface to the HTML parser.
- minidom_cs: minidom with support for non-UTF-8 character sets.
- htmlparser: low-level interface to the HTML parser.
- htmlparseriface: forward declarations for the HTML parser
- tags: enum definitions for Chame (tags, namespaces, etc.)
- tokstate: tokenizer states for the fragment parsing algorithm
Also of interest: the Chame manual.