rust-client-0.2.0
mxinden
released this
30 Nov 17:10
·
26 commits
to main
since this release
Rust client only. See previous release for main Golang client.
Build yourself via:
cd rust-client
cargo build --release # Find binary in ./target/release/rust-client
Or download pre-build binary below.
Then run via:
export API_KEY=<YOUR_API_KEY>
rust-client
Logging is controlled via the RUST_LOG
environment variable. To view relevant logs set RUST_LOG=info
.