feat: rename similar -> likewise
This commit is contained in:
parent
a169e29954
commit
7e86fb2e55
44 changed files with 64 additions and 391 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use similar::utils::diff_chars;
|
||||
use similar::Algorithm;
|
||||
use likewise::utils::diff_chars;
|
||||
use likewise::Algorithm;
|
||||
|
||||
fn main() {
|
||||
let old = "1234567890abcdef".to_string();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue