2 unstable releases

Uses old Rust 2015

0.2.0 Jun 5, 2017
0.1.0 Aug 22, 2015

#4 in #american

Download history 20/week @ 2024-04-03 1/week @ 2024-04-24 4/week @ 2024-05-22 6/week @ 2024-05-29 1/week @ 2024-06-05 1/week @ 2024-06-12

879 downloads per month

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