Skip to main content

walrus_core/protocol/
mod.rs

1//! Walrus wire protocol — message types and API traits.
2
3pub mod api;
4pub mod message;
5
6/// Current protocol version.
7pub const PROTOCOL_VERSION: &str = "0.1";