diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-12-18 21:30:46 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-12-18 21:30:46 +0100 |
commit | f2181e1c8d55d4da0e298685f7805ae0c17cf6ae (patch) | |
tree | 5f5d61e83397d435f30a572404e21f8d400ac481 /README.md | |
download | parseq-17de60bcea159079ef19441672851fd08a328aa9.tar |
Add initial implementationparseq-0.1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
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/ |