From f2181e1c8d55d4da0e298685f7805ae0c17cf6ae Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sun, 18 Dec 2022 21:30:46 +0100 Subject: Add initial implementation --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') 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/ -- cgit v1.2.3