Skip to main content

cortex_memory_proto/
lib.rs

1/// Generated protobuf code
2pub mod cortex {
3    pub mod v1 {
4        // When the `regenerate` feature is enabled, use the build-time generated file.
5        // Otherwise, use the pre-generated file committed to the repository.
6        #[cfg(feature = "regenerate")]
7        tonic::include_proto!("cortex.v1");
8
9        #[cfg(not(feature = "regenerate"))]
10        include!(concat!(
11            env!("CARGO_MANIFEST_DIR"),
12            "/src/generated/cortex.v1.rs"
13        ));
14    }
15}
16
17pub use cortex::v1::*;
18
19// Re-export prost_types so generated code can find it
20pub use prost_types;