Skip to content

Commit

Permalink
ready for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LevKruglyak committed Apr 2, 2024
1 parent 55955ba commit 7d798b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/slice_search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
description = "A collection of algorithms for searching within slices."
authors = ["Lev Kruglyak <[email protected]>"]
keywords = ["search", "binary search", "linear search", "slice", "no_std"]
keywords = ["search", "binary-search", "linear-search", "slice", "no_std"]
license = "Apache-2.0"
repository = "https://github.com/LevKruglyak/limousine"

Expand Down
2 changes: 1 addition & 1 deletion utils/sorted_array/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
description = "A sorted array data structure adapted from [StackMap](https://github.com/komora-io/stack-map)"
authors = ["Lev Kruglyak <[email protected]>"]
keywords = ["contained", "sorted array", "stack map", "no_std"]
keywords = ["contained", "sorted-array", "stack-map", "no_std"]
license = "Apache-2.0"
repository = "https://github.com/LevKruglyak/limousine"

Expand Down

0 comments on commit 7d798b3

Please sign in to comment.