aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove old vcs directory after migration to vcs_data魏曹先生2025-10-061-5/+0
| | | | | | - Delete entire crates/vcs directory and its contents - Remove test files and configuration from old structure - Complete transition to new vcs_data and vcs_actions architecture
* Remove old service module and refactor lib structure魏曹先生2025-10-061-2/+0
| | | | | | - Delete legacy service.rs and its submodules - Remove service module from lib.rs exports - Clean up unused service-related code
* feat(tcp_connection): add MessagePack serialization support魏曹先生2025-09-261-0/+2
| | | | | | | | | | | | - 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.
* Rename workspace to data魏曹先生2025-09-251-1/+1
|
* Rename `env` to `vcs`魏曹先生2025-09-251-0/+5