fhp-encoding 0.1.0

Encoding detection and conversion for the HTML parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "fhp-encoding"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description = "Encoding detection and conversion for the HTML parser"
homepage.workspace = true
repository = "https://github.com/nicatdcw/fast-html-parser"
documentation = "https://docs.rs/fhp-encoding"
keywords = ["encoding", "html", "charset", "utf8", "parser"]
categories = ["encoding"]
exclude = ["benches/", "tests/"]

[dependencies]
fhp-core = { version = "0.1", path = "../fhp-core" }
encoding_rs = { workspace = true }
thiserror = { workspace = true }