rust-strsim 0.5.2
Rust implementations of string similarity metrics
This crate includes implementations of string similarity metrics. It includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.
- Outputs:
out
- Website: https://github.com/rapidfuzz/strsim-rs
- Licenses: Expat
- Package source: gnu/packages/crates-io.scm
- Builds: See build status
- Issues: See known issues
Installation
Install rust-strsim 0.5.2
as follows:
guix install rust-strsim@0.5.2
Or install the latest version:
guix install rust-strsim
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.