Source code

Revision control

Copy as Markdown

Other Tools

# xmldecl
`xmldecl::parse()` extracts an encoding from an ASCII-based bogo-XML
declaration in `text/html` in a Web-compatible way.
## Licensing
Please see the file named
## Documentation
Generated [API documentation](https://docs.rs/xmldecl/) is available
online.
## Minimum Supported Rust Version
MSRV: 1.51.0
## Release Notes
### 0.2.0
* Remove the 1024-byte limit.
### 0.1.1
* Map UTF-16LE and UTF-16BE to UTF-8 as in `meta`.
### 0.1.0
* The initial release.