summaryrefslogtreecommitdiff
path: root/README.md
blob: 9dcb75d8c8f0d1c6281091ec6ec6aa9cb7f71213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Parseq

Parseq 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.

Parseq's original source code is hosted [here][home].

[docs]: https://docs.rs/parseq/latest/parseq/
[home]: https://git.skreutz.com/parseq.git/

## License

This work is dual-licensed under [MIT](LICENSE-MIT) or [Apache License, Version 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.