Skip to content
GitHub Get Started
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.

Terminal window
cargo add secure-exec-client

Or add it to Cargo.toml:

[dependencies]
secure-exec-client = "*"

The full reference is generated with rustdoc and published to docs.rs. Use it as the source of truth for signatures and types.