feat: use Arc & Mutex for LepTess

This commit is contained in:
2023-12-31 22:55:32 +07:00
parent 19dc2963f5
commit 34c52cd9ab
12 changed files with 191 additions and 33 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"rust-analyzer.linkedProjects": [
".\\swordfish\\Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false
}