silicon-dm-client 0.2.0

Stateless typed HTTP and WebSocket client for Silicon DM
Documentation

silicon-dm-client

Stateless Rust client for Silicon DM's public API and WebSocket protocol, with an optional runtime feature for the durable local relay used by the CLI. The default client owns no local files or background processes and does not depend on the backend crate. Optional runtimes use explicit caller-owned state directories and can run in-process or launch the packaged dm-relay binary.

See the repository's client guide, realtime guide, and optional runtime guide.

Build from this checkout with cargo check -p silicon-dm-client. Registry installation requires this version to have been published; this change does not publish packages.