Registry / networking / wasmcloud-control-interface

wasmcloud-control-interface

JSON →
library3.0.1rscratesunverified

Client library for communicating with hosts on a wasmCloud lattice.

# Cargo.toml [dependencies] wasmcloud-control-interface = "3.0.1"
INSTALL
IMPORT
SIG · WASMCLOUD-CONTROL-
W
wasmcloud-control-interface
networkingrustv3.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use wasmcloud_control_interface::Client;

Creates a new control interface client to interact with a wasmCloud lattice host.

use wasmcloud_control_interface::Client; #[tokio::main] async fn main() { let client = Client::new("http://localhost:4000").await.unwrap(); println!("Client created: {:?}", client); }
Debug
Known issues
gotchaRequires a running wasmCloud host with the control interface enabled.
fix
Ensure a wasmCloud host is running and the control interface URL is correct.
affects: >=3.0.0
Upgrade
Version history
3.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
32
Resources
wasmcloud-control-interface — cargo add wasmcloud-control-interface · libregistry