Skip to content

Commit

Permalink
chore: update crate descriptions (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Jan 29, 2024
1 parent ec52635 commit f542f98
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion engine/preprocessor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name = "afrim-preprocessor"
version = "0.5.1"
edition = "2021"
description = "A preprocessor to process keyboard events for an input method."
keywords = ["ime", "processor", "keyboard"]
keywords = ["ime", "preprocessor", "keyboard"]
category = ["text-processing"]
repository = "https://github.com/pythonbrad/afrim"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions engine/translator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.2"
edition = "2021"
description = "Manage the predication system of the afrim input method."
keywords = ["auto-complete", "ime", "predication"]
category = ["text-processing"]
repository = "https://github.com/pythonbrad/afrim"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion engine/translator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Handle the predication system for an input method.

### Features
- rhai: Enable the usage of the rhai scripting language.
- rhai-wasm: Like rai, but wasm compatible.
- rhai-wasm: Like rhai, but wasm compatible.
- strsim: Enable the text similarity algorithm.
2 changes: 2 additions & 0 deletions memory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "0.3.2"
edition = "2021"
description = "Make the handle of sequential codes easier for an input method."
keywords = ["ime", "memory", "data-structure"]
category = ["text-processing"]

repository = "https://github.com/pythonbrad/afrim"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion memory/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Afrime
# Afrim
Manage the memory for an input method.
1 change: 1 addition & 0 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.5.2"
edition = "2021"
description = "Core library of the afrim input method."
keywords = ["ime", "keyboard"]
category = ["text-processing"]
repository = "https://github.com/pythonbrad/afrim"
license = "MIT"
readme = "../README.md"
Expand Down

0 comments on commit f542f98

Please sign in to comment.