Skip to main content

crabtalk_core/protocol/message/
mod.rs

1//! Wire protocol message types — re-exported from generated protobuf types.
2
3mod convert;
4
5pub use crate::protocol::proto::*;