Skip to content

Commit

Permalink
Trim back to five keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
CAD97 committed Mar 3, 2024
1 parent 6e52f07 commit c4a461e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@ rust-version = "1.72.0"
description = "string types that are both valid UTF-8 and nul-terminated"
repository = "https://github.com/CAD97/cstr8/"
license = "MIT OR Apache-2.0"
keywords = [
"cstr",
"zstr",
"string8_t",
"char8_t",
"cstring8",
"nul",
"c string",
]
keywords = ["cstr", "zstr", "string8_t", "cstring8", "c string"]
categories = ["development-tools::ffi", "rust-patterns"]

[features]
Expand Down

0 comments on commit c4a461e

Please sign in to comment.