Skip to main content

Crate secure_exec_client

Crate secure_exec_client 

Source
Expand description

Low-level Rust client transport for the Secure Exec native sidecar.

This crate owns the framed stdio transport and exposes the generated Secure Exec wire protocol. Higher level products layer their own authentication, extension payloads, and typed API surfaces on top of this transport.

Re-exports§

pub use error::TransportError;
pub use error::TransportResult;
pub use transport::SidecarTransport;
pub use transport::WireSidecarCallback;

Modules§

error
transport
SidecarTransport: spawns a native sidecar binary and speaks the existing framed BARE protocol over its stdio.
wire
Raw generated Secure Exec sidecar protocol types and BARE frame helpers.

Enums§

ProtocolCodecError