diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -5,7 +5,7 @@ authors = ["Stefan Kreutz <mail@skreutz.com>"] edition = "2021" description = "Parallel sequential iterator" readme = "README.md" -repository = "https://git.skreutz.com/parseq-rs.git" +repository = "https://git.skreutz.com/parseq.git" license = "MIT OR Apache-2.0" keywords = ["parallel", "sequential", "ordered", "iterator"] categories = ["concurrency"] @@ -1,7 +1,7 @@ -# parseq-rs +# Parseq -This is a Rust library crate that implements an extension trait adding parallel -sequential mapping to the standard iterator trait. +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. |