2 unstable releases
Uses old Rust 2015
| 0.2.0 | Jun 5, 2017 |
|---|---|
| 0.1.0 | Aug 22, 2015 |
#95 in #calculations
879 downloads per month
Used in patient-matching
4KB
65 lines
Rust Soundex Implementation
Performs Soundex calculation on a string passed in
Examples
use soundex;
let code: String = soundex::american_soundex("Sirname".to_string());
Dependencies
~490KB