diff --git a/string/CHANGES.md b/bytestring/CHANGES.md similarity index 100% rename from string/CHANGES.md rename to bytestring/CHANGES.md diff --git a/string/Cargo.toml b/bytestring/Cargo.toml similarity index 90% rename from string/Cargo.toml rename to bytestring/Cargo.toml index 4e41b5ea..3fc43fe8 100644 --- a/string/Cargo.toml +++ b/bytestring/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Rob Ede ", ] description = "An immutable UTF-8 encoded string using Bytes as storage" -keywords = ["string", "bytes", "utf8", "web-programming", "actix"] +keywords = ["string", "bytes", "utf8", "web", "actix"] categories = ["no-std", "web-programming"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" diff --git a/string/LICENSE-APACHE b/bytestring/LICENSE-APACHE similarity index 100% rename from string/LICENSE-APACHE rename to bytestring/LICENSE-APACHE diff --git a/string/LICENSE-MIT b/bytestring/LICENSE-MIT similarity index 100% rename from string/LICENSE-MIT rename to bytestring/LICENSE-MIT diff --git a/string/src/lib.rs b/bytestring/src/lib.rs similarity index 100% rename from string/src/lib.rs rename to bytestring/src/lib.rs