summaryrefslogtreecommitdiffstats
path: root/vendor/ucd-parse/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ucd-parse/README.md')
-rw-r--r--vendor/ucd-parse/README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/vendor/ucd-parse/README.md b/vendor/ucd-parse/README.md
new file mode 100644
index 000000000..dc3f78dc6
--- /dev/null
+++ b/vendor/ucd-parse/README.md
@@ -0,0 +1,22 @@
+ucd-parse
+=========
+A library for parsing Unicode Character Database (UCD) files into structured
+data.
+
+[![Linux build status](https://api.travis-ci.org/BurntSushi/ucd-generate.png)](https://travis-ci.org/BurntSushi/ucd-generate)
+[![](http://meritbadge.herokuapp.com/ucd-generate)](https://crates.io/crates/ucd-parse)
+
+
+### Documentation
+
+https://docs.rs/ucd-parse
+
+
+### License
+
+This project is licensed under either of
+ * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
+ http://www.apache.org/licenses/LICENSE-2.0)
+ * MIT license ([LICENSE-MIT](LICENSE-MIT) or
+ http://opensource.org/licenses/MIT)
+at your option.