-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: rename differ crate to typediff
- Loading branch information
1 parent
849a4ce
commit 6300bb2
Showing
12 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[package] | ||
name = "differ-rs" | ||
name = "typediff" | ||
version = "0.0.0" | ||
authors = [ | ||
"Samantha Nguyen, <[email protected]>", | ||
"Alfredo Gutierrez <[email protected]>" | ||
] | ||
description = "Provides edit distance, delta vectors between 2 words, and word transformation" | ||
repository = "https://github.com/nlp-rs/differ.rs.git" | ||
repository = "https://github.com/nlp-rs/typediff.git" | ||
readme = "README.md" | ||
keywords = ["nlp", "Edit-distance", "HammingDistance", "LevenshteinDistance"] | ||
categories = ["data-structures", "algorithms", "text-processing", "text-editors"] | ||
|
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.