Rust SDK · Install

The Rust SDK is the canonical Rust client for the Everscribe API. It exposes a recorder for writing events, a minter for issuing browser-safe embed tokens, and an axum / tower middleware that wires audit logging into your request pipeline. Async on tokio; HTTP via reqwest.

Source: github.com/everscribe/sdk-rust · published as everscribe · Rust 1.85+.

cargo add everscribe                    # core
cargo add everscribe --features axum    # + the axum middleware