xmldecl

Crates.ioxmldecl
lib.rsxmldecl
version0.2.0
sourcesrc
created_at2021-03-09 11:56:52.115294
updated_at2021-10-01 06:01:31.569392
descriptionExtracts an encoding from an ASCII-based bogo-XML declaration in text/html in a Web-compatible way
homepagehttps://docs.rs/xmldecl/
repositoryhttps://github.com/hsivonen/xmldecl
max_upload_size
id366271
size27,354
ulms (github:foxford:ulms)

documentation

https://docs.rs/xmldecl/

README

xmldecl

crates.io docs.rs Apache 2 OR MIT dual-licensed

xmldecl::parse() extracts an encoding from an ASCII-based bogo-XML declaration in text/html in a Web-compatible way.

See https://github.com/whatwg/html/pull/1752

Licensing

Please see the file named COPYRIGHT.

Documentation

Generated API documentation 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.
Commit count: 5

cargo fmt