ipa-translate 0.1.2

A crate for translating ASCII text to IPA
Documentation
1
2
3
4
5
6
7
# 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...