4
I Use This!
High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
Mar 25, 2024 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #496 from chewing/system-packaging More... 2 days ago
build: Bump minimum required cmake version to 3.24.0 More... 2 days ago
chore: update Cargo.lock More... 2 days ago
build: try to use system provided corrosion-rs first More... 2 days ago
build: Ignore /build from CPack More... 3 days ago
Merge pull request #495 from chewing/refactor-trie-loader2 More... 3 days ago
refactor(dict): decode data only once More... 3 days ago
docs: update NEWS More... 3 days ago
Merge pull request #494 from chewing/issue493 More... 3 days ago
refactor(conv): Use a Vec to store back link in shortest path calculation More... 3 days ago
refactor(conv): Replace brute force algorithm with one with upper bound More... 4 days ago
Merge pull request #491 from chewing/rust-errors More... 5 days ago
docs: Update NEWS More... 5 days ago
refactor: Ensure all fallible API returns Error More... 5 days ago
refactor(conv): Make symbol conversion return Option instead of panic More... 5 days ago
test(dict): Add test to ensure dictionary trait is object safe More... 5 days ago
docs(dict): Remove doc that still reference RIFF from trie More... 5 days ago
test(dict): Test layered with readonly user dict More... 5 days ago
refactor(editor): Redefined EditorError as enum More... 5 days ago
refactor(editor): Rename editor::syllable module to editor::zhuyin_layout More... 5 days ago
refactor(editor): Re-export AbbrevTable from editor More... 5 days ago
refactor(editor): Make estimate infallible More... 5 days ago
refactor(dict): Mark SqliteDictionaryError as non_exhaustive More... 5 days ago
refactor: Align SyllableSlice trait method names More... 5 days ago
refactor(conv): Change Symbol to a enum type More... 5 days ago
refactor: Replace custom Symbol constructor with the From trait More... 5 days ago
refactor(conv): Rename interval.phrase to interval.str More... 5 days ago
refactor(dict): Hide UpdateDictionaryError internal More... 5 days ago
refactor: Fix some clippy warnings More... 5 days ago
refactor(dict): Reintroduce DictionaryMut as a separate trait More... 5 days ago