-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Expose client9/misspell's dict to Rust
- Loading branch information
Ed Page
committed
Oct 28, 2019
1 parent
ce1ef2c
commit 3daafd1
Showing
11 changed files
with
68,854 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[package] | ||
name = "misspell-dict" | ||
version = "0.1.1" | ||
authors = ["Ed Page <eopage@gmail.com>"] | ||
description = "Source Code Spelling Correction" | ||
repository = "https://github.com/crate-ci/typos" | ||
readme = "README.md" | ||
categories = ["development-tools", "text-processing"] | ||
keywords = ["development", "spelling"] | ||
license = "MIT" | ||
edition = "2018" | ||
|
||
[badges] | ||
azure-devops = { project = "crate-ci", pipeline = "typos" } | ||
codecov = { repository = "crate-ci/typos" } | ||
|
||
[dependencies] | ||
phf = { version = "0.8", features = ["unicase"] } | ||
unicase = "2.5" | ||
log = "0.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Origin: [misspell](https://github.com/client9/misspell) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* linguist-vendored |
Oops, something went wrong.