1
2
3
4
5
#[cfg(feature = "grpc_support")]
tonic::include_proto!("as/r#as");
#[cfg(feature = "grpc_support")]
pub mod external;
pub mod integration;