2 unstable releases

Uses old Rust 2015

0.2.0 Jun 5, 2017
0.1.0 Aug 22, 2015

#4 in #american

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

~465KB