A library that calculates soundex value.
[dependencies]
soundex-rs = "^0"use soundex_rs::Soundex;
let value = "hello world".soundex();
assert_eq!(value, "H464".to_string());- default: The result retains the first four characters of the soundex value
- full: The result retains the complete value of soundex