ora_proto/lib.rs
1#![allow(missing_docs)]
2
3#[allow(clippy::pedantic, clippy::all)]
4#[path = ""]
5pub mod common {
6 #[path = "generated/ora.common.v1.rs"]
7 pub mod v1;
8}
9
10#[allow(clippy::pedantic, clippy::all)]
11#[path = ""]
12pub mod server {
13 #[path = "generated/ora.server.v1.rs"]
14 pub mod v1;
15}
16
17#[allow(clippy::pedantic, clippy::all)]
18#[path = ""]
19pub mod snapshot {
20 #[path = "generated/ora.snapshot.v1.rs"]
21 pub mod v1;
22}