xmldecl 0.2.0

Extracts an encoding from an ASCII-based bogo-XML declaration in text/html in a Web-compatible way
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.encoding_rs]
version = "0.8.0"

[package]
authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
categories = ["text-processing", "encoding", "web-programming", "internationalization"]
description = "Extracts an encoding from an ASCII-based bogo-XML declaration in text/html in a Web-compatible way"
documentation = "https://docs.rs/xmldecl/"
edition = "2018"
homepage = "https://docs.rs/xmldecl/"
keywords = ["encoding", "web", "unicode", "charset"]
license = "Apache-2.0 OR MIT"
name = "xmldecl"
readme = "README.md"
repository = "https://github.com/hsivonen/xmldecl"
version = "0.2.0"