From c49bd98d5f9dc5453dd60e94b3f62cde132491d0 Mon Sep 17 00:00:00 2001 From: Alex-Wengg Date: Sun, 22 Mar 2026 15:09:40 -0400 Subject: [PATCH] docs: add Rust implementation to README Signed-off-by: Alex-Wengg --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8bbb5c617..c6fcbd384 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,11 @@ Contributing We welcome community contributions! Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. +Alternative Implementations +--------------------------- + +[text-processing-rs](https://github.com/FluidInference/FluidAudio/tree/main/text-processing-rs) - Rust alternative with C FFI bindings. + Citation --------