summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Collapse)Author
2025-09-20Make ServerTargetConfig and ClientTargetConfig Serializeable魏曹先生
2025-09-20Make TcpServerTarget Serializable and Generalizable魏曹先生
2025-09-20Removed unused imports魏曹先生
2025-09-20Add exist function to ConfigFile trait魏曹先生
2025-09-20Update cfg_file_derive魏曹先生
2025-09-20Update Cargo.toml 1. Rename feature `default` to `all` 2. Add feature魏曹先生
`tcp_connection`, `string_proc`, `env` 3. Add crates `string_proc`, `env` to workspace 4. Removed crate `member_verify`
2025-09-20Move config.toml env to env::constants魏曹先生
2025-09-17Finished test of `tcp_connection` 1. Merge example_handle.rs into魏曹先生
test_connection.rs
2025-09-17Update examples魏曹先生
2025-09-17Update TcpServerTarget魏曹先生
2025-09-17Add message transfer functions魏曹先生
2025-09-17Add `serde` dependencies for `tcp_connection` crate魏曹先生
2025-09-14Fixed codes by Zed魏曹先生
2025-09-14Add TcpServerConfigs魏曹先生
2025-09-14Add instance.rs魏曹先生
2025-09-14Add error.rs魏曹先生
2025-09-14Fixed codes by Zed魏曹先生
2025-09-14Fixed by Clippy魏曹先生
2025-09-14Update `tcp_connection_test` Cargo.toml魏曹先生
2025-09-14Update module `tcp_connection_test`魏曹先生
2025-09-14Update module `tcp_connection`魏曹先生
1. Add handle.rs 2. Completed target.rs
2025-09-14Update verifier.rs魏曹先生
1. Removed test config
2025-09-13Update `tcp_connection` modules魏曹先生
2025-09-13Update `member_verify` modules魏曹先生
2025-09-13Add `member_verify` modules魏曹先生
2025-09-13Add `tco_connection` modules魏曹先生
2025-09-12.魏曹先生
2025-09-12Update config.rs魏曹先生
2025-09-12Add test `cfg_file_test`魏曹先生
2025-09-12Update cfg_file Main Logic魏曹先生
Completed config.rs
2025-09-12Update crate `cfg_file`魏曹先生
Add feature `derive`
2025-09-12Add Crate `cfg_file`魏曹先生
.../utils/cfg_file .../cfg_file/cfg_file_derive .../cfg_file/cfg_file_example