2 unstable releases

Uses old Rust 2015

0.2.0 Jun 5, 2017
0.1.0 Aug 22, 2015

#95 in #calculations

Download history 2/week @ 2025-10-17

879 downloads per month
Used in patient-matching

Custom license

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