Skip to content

Commit

Permalink
feat(dict): implement CDB based user dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jan 2, 2024
1 parent 02688cf commit fc76582
Show file tree
Hide file tree
Showing 8 changed files with 430 additions and 10 deletions.
21 changes: 21 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ include = ["src/**/*.rs", "Cargo.toml", "AUTHORS", "COPYING", "NEWS"]

[dependencies]
bytemuck = { version = "1.14.0", features = ["derive"] }
cdb = "0.6.0"
directories = "5.0.0"
indexmap = "2.1.0"
riff = "2.0.0"
Expand Down
Loading

0 comments on commit fc76582

Please sign in to comment.