summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-12-20 10:11:13 +0100
committerStefan Kreutz <mail@skreutz.com>2022-12-20 10:11:13 +0100
commit44849fe54059319f445f413041ebffe07bc7d162 (patch)
treebceee5576ffc7ce80c3b3ddff303f6a2722f7540
parent25684a494961686c5b0a8fa14970ff11be8dc630 (diff)
downloadparseq-44849fe54059319f445f413041ebffe07bc7d162.tar
Rename repository
-rw-r--r--Cargo.toml2
-rw-r--r--README.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index efd5b75..dd92396 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]
diff --git a/README.md b/README.md
index d5eefc4..65974c0 100644
--- a/README.md
+++ b/README.md
@@ -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.
Generated by cgit. See skreutz.com for my tech blog and contact information.