Skip to content

Commit

Permalink
Merge pull request #1 from nomad/normalization
Browse files Browse the repository at this point in the history
Implement Unicode normalization
  • Loading branch information
noib3 authored Nov 9, 2023
2 parents 5d16deb + 927b1bf commit f5879ad
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mod case_sensitivity;
mod r#match;
mod matched_ranges;
mod metric;
mod normalize;
mod utils;

pub use algos::*;
Expand Down
Loading

0 comments on commit f5879ad

Please sign in to comment.