aocdata 0.1.0

gRPC server interface to database that serves AOC puzzle dataset requests.
Documentation
1
2
3
4
5
6
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
    aocdata::run().await?;

    Ok(())
}