example_muxio_rpc_service_definition/
prebuffered.rs

1mod add;
2pub use add::*;
3
4mod echo;
5pub use echo::*;
6
7mod mult;
8pub use mult::*;