Install
The GitHub README couldn't be loaded. Showing the cached install snippets from the SDK catalog.
cargo
cargo add allstakQuick start
allstak::init(allstak::Config {
api_key: std::env::var("ALLSTAK_API_KEY").unwrap(),
environment: "production".into(),
..Default::default()
});