From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- third_party/rust/xmldecl/README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 third_party/rust/xmldecl/README.md (limited to 'third_party/rust/xmldecl/README.md') diff --git a/third_party/rust/xmldecl/README.md b/third_party/rust/xmldecl/README.md new file mode 100644 index 0000000000..9adfefd7e6 --- /dev/null +++ b/third_party/rust/xmldecl/README.md @@ -0,0 +1,38 @@ +# xmldecl + +[![crates.io](https://img.shields.io/crates/v/xmldecl.svg)](https://crates.io/crates/xmldecl) +[![docs.rs](https://docs.rs/xmldecl/badge.svg)](https://docs.rs/xmldecl/) +[![Apache 2 OR MIT dual-licensed](https://img.shields.io/badge/license-Apache%202%20%2F%20MIT-blue.svg)](https://github.com/hsivonen/xmldecl/blob/main/COPYRIGHT) + +`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](https://github.com/hsivonen/xmldecl/blob/main/COPYRIGHT). + +## 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. -- cgit v1.2.3