summaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/Cargo.toml
AgeCommit message (Collapse)Author
2025-09-26feat(tcp_connection): add MessagePack serialization support魏曹先生
- Add rmp-serde dependency for MessagePack serialization - Implement write_msgpack and read_msgpack methods for basic MessagePack support - Add write_large_msgpack and read_large_msgpack methods for chunked transmission - Add error conversions for rmp-serde errors - Add comprehensive tests for MessagePack functionality - Fix code formatting and improve readability - Make stream field pub(crate) for better access control All tests pass successfully, ensuring backward compatibility.
2025-09-21Add some dependencies 1. thiserror 2. Upgrade base64 3. pem 4. crc魏曹先生
2025-09-21Update Cargo.toml魏曹先生
2025-09-17Add `serde` dependencies for `tcp_connection` crate魏曹先生
2025-09-13Add `tco_connection` modules魏曹先生