// Stream module
// Session module
// Stream ID type
pub use StreamId;
// Session ID type
pub use SessionId;
pub use crate::;
// Latest Protocol Version
pub const PROTOCOL_VERSION: u8 = 0;
// The 0 ID is reserved to represent the session.
pub const RESERVED_STREAM_ID: StreamId = StreamId;