talos-api-rs 0.2.0

A typed, async, idiomatic Rust client for the Talos Linux gRPC API
Documentation
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: MIT OR Apache-2.0

pub mod generated;

// Re-export API modules
pub use generated::common;
pub use generated::machine;
pub use generated::version;