summaryrefslogtreecommitdiff
path: root/README.md
blob: d5eefc48f8ae065ce4f07cac87bd33ff56b841d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.