iii-rust-sdk
Originally fromiii-hq/skills
Installation
SKILL.md
Rust SDK
The native async Rust SDK for connecting workers to the iii engine via tokio.
Documentation
Full API reference: https://iii.dev/docs/api-reference/sdk-rust
Install
Add to Cargo.toml:
iii-sdk = { version = "0.10", features = ["otel"] }
Key Types and Functions
| Export | Purpose |
|---|---|
register_worker(url, InitOptions) |
Connect to the engine, returns III client |
Related skills