mirror of
https://github.com/openharmony/third_party_rust_strsim-rs.git
synced 2026-06-30 21:37:54 -04:00
ab17c1e9ab
* Add tests for 'normalized_levenshtein' * Implement 'normalized_levenshtein' * Implement 'normalized_damerau_levenshtein' * Add benchmarking of new functions * Move test cases from integration tests to unit tests * Use 'is_empty' instead of 'len' * Count chars instead of bytes * Update Readme