Skip to main content

mesh_dataplane/
lib.rs

1pub mod server;
2pub mod client;
3
4pub use server::serve;
5pub use client::DataPlaneConsumerClient;
6