Skip to main content

yoa_backtest_api_sdk/
lib.rs

1//! Generated StratNeo protobuf SDK. Runtime policy lives in consumers.
2
3#![allow(clippy::all)]
4#![allow(rustdoc::bare_urls)]
5
6pub mod google {
7    pub mod protobuf {
8        include!(concat!(env!("CARGO_MANIFEST_DIR"), "/src/generated/google.protobuf.rs"));
9    }
10}
11pub mod yoa {
12    pub mod backtest {
13        pub mod api {
14            pub mod internal {
15                pub mod v2 {
16                    include!(concat!(env!("CARGO_MANIFEST_DIR"), "/src/generated/yoa.backtest.api.internal.v2.rs"));
17                }
18            }
19        }
20        pub mod stream {
21            pub mod internal {
22                pub mod v2 {
23                    include!(concat!(env!("CARGO_MANIFEST_DIR"), "/src/generated/yoa.backtest.stream.internal.v2.rs"));
24                }
25            }
26        }
27    }
28    pub mod chart {
29        pub mod v1 {
30            include!(concat!(env!("CARGO_MANIFEST_DIR"), "/src/generated/yoa.chart.v1.rs"));
31        }
32    }
33}