titan_api_codec/codec/ws/
mod.rs

1//! Versioned Codecs for the Titan WebSocket API.
2
3pub mod v1;
4
5pub use v1 as current;