arcbox-api 0.0.1-alpha.1

API server for ArcBox (gRPC + REST)
1
2
3
4
5
6
7
8
9
10
11
//! Generated gRPC service code.
//!
//! This module contains code generated by tonic-build from proto/api.proto.

#![allow(clippy::all)]
#![allow(clippy::pedantic)]
#![allow(clippy::nursery)]
#![allow(missing_docs)]

// Include the generated code.
include!("arcbox.api.rs");