All SDKs

Rust

v0.2.0beta

allstak

Install

The GitHub README couldn't be loaded. Showing the cached install snippets from the SDK catalog.

cargo
cargo add allstak

Quick start

allstak::init(allstak::Config {
    api_key: std::env::var("ALLSTAK_API_KEY").unwrap(),
    environment: "production".into(),
    ..Default::default()
});