soundex

Crates.iosoundex
lib.rssoundex
version0.2.0
sourcesrc
created_at2015-08-22 21:07:33.687248
updated_at2017-06-05 16:12:28.633713
descriptionSoundex Calculations
homepagehttps://github.com/husobee/rust-soundex
repositoryhttps://github.com/husobee/rust-soundex
max_upload_size
id2898
size4,894
crates-io (github:technocreatives:crates-io)

documentation

README

Rust Soundex Implementation

Performs Soundex calculation on a string passed in

Examples

use soundex;
let code: String = soundex::american_soundex("Sirname".to_string());
Commit count: 4

cargo fmt