Skip to main content

Module proxy

Module proxy 

Source
Expand description

Typed Rust client bindings (the native-API mirror of the on-the-wire varlink interfaces). These let a Rust consumer — the integration tests today, and a future cfsctl-as-client — call the service with generated, type-checked proxy methods, in addition to the wire protocol exercised by external clients such as varlinkctl.

Traits§

OciProxy
Typed client for the org.composefs.Oci interface.
OciProxyChain
Extension trait for adding proxy calls to any chain.
RepositoryProxy
Typed client for the org.composefs.Repository interface.
RepositoryProxyChain
Extension trait for adding proxy calls to any chain.