keel 0.0.1

A Kubernetes client library for Rust
1
2
3
4
5
#![feature(uniform_paths)]
#![feature(custom_attribute)]

pub mod client;
mod serde_base64;