docspec-html-reader 1.9.0

HTML to DocSpec event stream reader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "docspec-html-reader"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme = "README.md"
description = "HTML to DocSpec event stream reader"
keywords = ["document", "conversion", "streaming", "html"]
categories = ["parsing"]

[dependencies]
docspec-core = { workspace = true }
html5gum = "0.8"

[lints]
workspace = true