Rust API

In this section, we describe how to use the Rust API of sherpa-onnx.

The Rust crate lives in the sherpa-onnx repository and is published on crates.io as sherpa-onnx. API documentation is available at docs.rs.

We also provide a collection of runnable examples in rust-api-examples.