summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-12-18 21:30:46 +0100
committerStefan Kreutz <mail@skreutz.com>2022-12-18 21:30:46 +0100
commitf2181e1c8d55d4da0e298685f7805ae0c17cf6ae (patch)
tree5f5d61e83397d435f30a572404e21f8d400ac481 /README.md
downloadparseq-f2181e1c8d55d4da0e298685f7805ae0c17cf6ae.tar
Add initial implementationparseq-0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d5eefc4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+# parseq-rs
+
+This is a Rust library crate that implements an extension trait adding parallel
+sequential mapping to the standard iterator trait.
+
+See the [crate documentation][docs] for more information.
+
+[docs]: https://docs.rs/parseq/latest/parseq/
+
+## License
+
+This work is distributed under the terms of both, the [MIT License][MIT] and
+the [Apache License, Version 2.0][Apache-2.0].
+
+[MIT]: LICENSE-MIT
+[Apache-2.0]: LICENSE-APACHE-2.0
+
+## Contribution
+
+Contributions are welcome! Please [contact][] me via email.
+
+[contact]: https://www.skreutz.com/contact/
Generated by cgit. See skreutz.com for my tech blog and contact information.