Skip to main content

Rust

Using SEGUL API in Rust

The SEGUL API is available as a Rust crate. The crate is available on crates.io and can be included in your project by adding the following to your Cargo.toml file:

[dependencies]
segul = "0.*"

Or use cargo to add the dependency:

cd my-project

cargo add segul