client-rust 0.1.0

Rust client for fleet
Documentation
1
2
3
4
5
pub mod pod;
pub mod node;

pub use pod::PodClient;
pub use node::NodeClient;