nebulous 0.1.86

A globally distributed container orchestrator
Documentation
1
2
3
4
5
use std::error::Error;

pub async fn configure() -> Result<(), Box<dyn Error>> {
    Ok(())
}