Skip to content

Commit

Permalink
1. Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
denisandroid committed May 12, 2024
1 parent c3a3acf commit 132e943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 132e943

Please sign in to comment.