nako-addon-client
Rust HTTP caller helper for Nako Addon Sidecar integrations.
This crate builds on nako-addon-protocol and provides a mockable transport
interface plus a reqwest transport implementation for bounded health checks
resource calls, and Nako runtime side-effect calls.
use ReqwestAddonTransport;
let _transport = default;
Use nako-addon-protocol directly if you only need manifest and envelope wire
types.
License: Apache-2.0 OR MIT.