Skip to content

husobee/rust-soundex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Soundex Implementation

Performs Soundex calculation on a string passed in

Examples

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

About

rust american soundex implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages