rmemstore_messages/
lib.rs

1#[rustfmt::skip]
2#[allow(clippy::all)]
3mod rmemstore;
4
5pub mod protosocket_adapter;
6
7// While I don't normally condone wildcard imports, this is a generated file in a
8// package that is made just for this purpose.
9pub use rmemstore::*;