fluvio_protocol_codec/
lib.rs

1mod codec;
2
3pub use self::codec::FluvioCodec;
4
5mod core {
6    pub use fluvio_protocol::*;
7}