n5i_plugin_common/
lib.rs

1pub mod api {
2    tonic::include_proto!("n5i_plugin");
3}
4
5#[cfg(feature = "runtime")]
6pub mod runtime;