Skip to main content

arvo_api/generated/
mod.rs

1//! Generated from the protos by `cargo run -p generate`. Do not edit.
2//!
3//! One module per package, named as the package is, because that is how
4//! prost spells a reference from one package to another.
5#![allow(missing_docs, rustdoc::all, clippy::all, clippy::pedantic, clippy::nursery)]
6
7pub mod arvo {
8    pub mod common {
9        pub mod v1 {
10            include!("arvo.common.v1.rs");
11        }
12    }
13    pub mod market {
14        pub mod v1 {
15            include!("arvo.market.v1.rs");
16        }
17    }
18    pub mod platform {
19        pub mod v1 {
20            include!("arvo.platform.v1.rs");
21        }
22    }
23    pub mod portfolio {
24        pub mod v1 {
25            include!("arvo.portfolio.v1.rs");
26        }
27    }
28    pub mod research {
29        pub mod v1 {
30            include!("arvo.research.v1.rs");
31        }
32    }
33    pub mod session {
34        pub mod v1 {
35            include!("arvo.session.v1.rs");
36        }
37    }
38}