# ipa-translate
A crate for translating ASCII text to IPA
## Usage
* `fn xsampa_to_ipa(&str) -> String` translates an X-SAMPA string to an IPA one
* `fn kirshenbaum_to_ipa(&str) -> String` translates a Kirshenbaum string to an IPA one
* Other stuff might be added eventually...