Skip to main content

Crate silicon_dm_client

Crate silicon_dm_client 

Source
Expand description

Stateless Silicon DM client. Callers own credentials, retry policy and durable cursors. No IAM application secrets, local files or backend-internal operations are required.

Re-exports§

pub use models::*;

Modules§

models
Public wire types, independent of the server implementation.
relay
Typed commands for the local CLI relay. This module does not persist state.

Structs§

Client
Immutable connection configuration. Debug intentionally omits bearer/test secrets.
UpdateInfo
Available package release information. A linked Rust library cannot replace itself: applications must update their dependency and rebuild to load a newer library.

Enums§

Error
HTTP failures preserve the response body, including current-draft conflict data.
GifList

Functions§

check_update
validate_endpoint

Type Aliases§

Result
Socket