| Crates.io | soundex |
| lib.rs | soundex |
| version | 0.2.0 |
| created_at | 2015-08-22 21:07:33.687248+00 |
| updated_at | 2017-06-05 16:12:28.633713+00 |
| description | Soundex Calculations |
| homepage | https://github.com/husobee/rust-soundex |
| repository | https://github.com/husobee/rust-soundex |
| max_upload_size | |
| id | 2898 |
| size | 4,894 |
Performs Soundex calculation on a string passed in
use soundex;
let code: String = soundex::american_soundex("Sirname".to_string());