sail-rs 0.1.0

Official Rust SDK for Sail: create and drive sailboxes (sandboxed cloud VMs) with lifecycle, streaming exec, file transfer, and ingress.
Documentation
1
2
3
4
5
6
7
8
//! Typed sailbox surface: domain models and the HTTP API client.

pub mod ssh;
pub mod types;

pub(crate) mod api;

pub use api::{validate_resource_limits, UpgradeOutcome};