Performs Soundex calculation on a string passed in
rust use soundex; let code: String = soundex::american_soundex("Sirname".to_string());