Rust SDK
Last updated
Last updated
Endless provides an official Rust SDK in the repository. To use the Rust SDK, add the following dependency and patches on the git repo directly in your Cargo.toml
, like this:
You must also create a .cargo/config.toml
file with this content:
See the for code examples showing how to use the Rust SDK.