From 6bcf6d81607eae01e995a749617b56105e20caa2 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 31 Dec 2020 02:21:50 +0000 Subject: [PATCH] use bytestring crate name as dir name --- {string => bytestring}/CHANGES.md | 0 {string => bytestring}/Cargo.toml | 2 +- {string => bytestring}/LICENSE-APACHE | 0 {string => bytestring}/LICENSE-MIT | 0 {string => bytestring}/src/lib.rs | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {string => bytestring}/CHANGES.md (100%) rename {string => bytestring}/Cargo.toml (90%) rename {string => bytestring}/LICENSE-APACHE (100%) rename {string => bytestring}/LICENSE-MIT (100%) rename {string => bytestring}/src/lib.rs (100%) 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