diff --git a/Cargo.toml b/Cargo.toml index f83c26e..bc2bc03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" license = "Apache-2.0" readme = "README.md" -description = "A more complete and extended version of data transformation with and without constraint checking." +description = "A more complete and extended version of data type conversion without constraint checks." keywords = ["transmute", "unsafe_transmute", "cluFullTransmute", "no_std", "clucompany"] categories = ["development-tools", "memory-management"] diff --git a/README.md b/README.md index 691d8a2..f93a54b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ ## Library features: 1. Casting any type A to any type B with generic data without and with data dimension checking. -2. Ability to use transmutation in constant functions in very old versions of rust.. +2. Ability to use transmutation in constant functions in very old versions of rust. 3. Possibility of delayed transmutation through contracts. 4. Ability to work without the standard library.