Getting Started
Rust SDK
The secure-exec-client crate is the Rust SDK. It speaks the same sidecar wire protocol as the TypeScript client, so every capability reachable from secure-exec is also reachable from Rust through SidecarProcess.
Install
Section titled “Install”cargo add secure-exec-clientOr add it to Cargo.toml:
[dependencies]secure-exec-client = "*"API reference
Section titled “API reference”The full reference is generated with rustdoc and published to docs.rs. Use it as the source of truth for signatures and types.
secure-exec-client on docs.rs Generated rustdoc for the Rust client crate.