twistlock 0.1.2

Docker <> Rust API
Documentation
1
2
3
4
#[tokio::main(flavor = "current_thread")]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
    Ok(())
}