Crates.io | phonics |
lib.rs | phonics |
version | 0.1.0 |
source | src |
created_at | 2020-06-07 15:01:58.025191 |
updated_at | 2020-06-26 01:30:32.848219 |
description | Phonetic spelling algorithms in Rust |
homepage | https://github.com/k3jph/phonics-in-rust |
repository | https://github.com/k3jph/phonics-in-rust |
max_upload_size | |
id | 251005 |
size | 24,010 |
This is a package to port the Phonics in
R package to Rust. In large
part, this package is being developed to learn how to program in
Rust. Accordingly, there is a substantial effort to translate the
phonetic tools into idiomatic Rust. Each algorithm is implemented
as a separate struct based on a PhoneticEncoder
trait, providing
a uniform interface. This package is not a high priority for the
author and will likely be developed slowly.
More to come, as they are reimplemented from the R package.