infrastore-server 0.1.1

gRPC server + Rust client for infrastore
Documentation
1
2
3
4
5
6
//! gRPC server + Rust client for `infrastore`.

pub mod auth;
pub mod client;
pub mod config;
pub mod service;