lynn_tcp 2.0.0

Lightweight asynchronous TCP framework
Documentation
1
2
3
4
5
6
7
//! Message encoding/decoding module.
//!
//! This module provides low-level message encoding and decoding functions.
//! The primary encoding logic lives in `HandlerResult::get_response_data()` in the domain layer,
//! which calls these utilities for the wire format.
//!
//! TODO: Extract encoding/decoding primitives here in future refactors.