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
9
10
11
12
13
// SPDX-License-Identifier: MIT OR Apache-2.0

// DO NOT EDIT
// This file is generated by build scripts.

pub mod google {
    pub mod rpc {
        include!("google.rpc.rs");
    }
}
pub mod common;
pub mod machine;
pub mod version;