docs.rs failed to build stadar-0.1.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
stadar — Rust SDK for the esports-api
Auto-generated from the OpenAPI 3.1 spec via openapi-generator. Async via reqwest. Rust 1.78+.
Install
# Cargo.toml
[]
= "0.1"
= { = "1", = ["macros", "rt-multi-thread"] }
Use
use from_env;
use list_games;
async
Webhook signature verification
use verify;
if verify.is_err
Publishing
.github/workflows/sdk-publish.yml runs on git tag sdk-rust-v* and pushes to crates.io via cargo publish (requires CRATES_IO_TOKEN GitHub secret).
Regenerating