aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Export crates 1. `cfg_file` 2. `tcp_connection` 3. `string_proc` 4.魏曹先生2025-09-201-3/+24
| | | | `env`
* Make ServerTargetConfig and ClientTargetConfig Serializeable魏曹先生2025-09-201-2/+4
|
* Make TcpServerTarget Serializable and Generalizable魏曹先生2025-09-201-1/+2
|
* Removed unused imports魏曹先生2025-09-201-1/+1
|
* Add exist function to ConfigFile trait魏曹先生2025-09-201-0/+11
|
* Update cfg_file_derive魏曹先生2025-09-201-13/+31
|
* Update Cargo.toml 1. Rename feature `default` to `all` 2. Add feature魏曹先生2025-09-206-24/+175
| | | | | `tcp_connection`, `string_proc`, `env` 3. Add crates `string_proc`, `env` to workspace 4. Removed crate `member_verify`
* Move config.toml env to env::constants魏曹先生2025-09-202-2/+40
|
* Finished test of `tcp_connection` 1. Merge example_handle.rs into魏曹先生2025-09-174-39/+91
| | | | test_connection.rs
* Update examples魏曹先生2025-09-172-8/+17
|
* Update TcpServerTarget魏曹先生2025-09-172-45/+38
|
* Add message transfer functions魏曹先生2025-09-171-1/+324
|
* Add `serde` dependencies for `tcp_connection` crate魏曹先生2025-09-172-1/+7
|
* Merge remote-tracking branch 'origin/main'魏曹先生2025-09-140-0/+0
|\
| * Add error.rs魏曹先生2025-09-145-9/+111
| |
* | Fixed codes by Zed魏曹先生2025-09-145-9/+111
| |
* | Add TcpServerConfigs魏曹先生2025-09-142-0/+114
| |
* | Add instance.rs魏曹先生2025-09-141-0/+11
| |
* | Add error.rs魏曹先生2025-09-141-0/+24
|/
* Fixed codes by Zed魏曹先生2025-09-1412-82/+88
|
* Fixed by Clippy魏曹先生2025-09-143-14/+11
|
* Update `tcp_connection_test` Cargo.toml魏曹先生2025-09-141-0/+8
|
* Add workspace crates魏曹先生2025-09-142-1/+11
| | | | | 1. Add `tcp_connection` 2. Add `tcp_connection_test`
* Update module `tcp_connection_test`魏曹先生2025-09-143-0/+52
|
* Update module `tcp_connection`魏曹先生2025-09-143-13/+67
| | | | | 1. Add handle.rs 2. Completed target.rs
* Update verifier.rs魏曹先生2025-09-141-10/+0
| | | | 1. Removed test config
* Add modules魏曹先生2025-09-132-1/+15
| | | | | 1. Add `member_verify` modules 2. Add 'tcp_connection'modules
* Update `tcp_connection` modules魏曹先生2025-09-131-0/+101
|
* Update `member_verify` modules魏曹先生2025-09-132-0/+19
|
* Add `member_verify` modules魏曹先生2025-09-132-0/+8
|
* Add `tco_connection` modules魏曹先生2025-09-132-0/+9
|
* Ignore Obsidian Workspace魏曹先生2025-09-121-1/+4
|
* Add FRAMEWORK_CANVAS魏曹先生2025-09-121-0/+65
|
* .魏曹先生2025-09-121-45/+0
|
* Update config.rs魏曹先生2025-09-121-4/+4
|
* Rename cfg_file_example to cfg_file_test魏曹先生2025-09-122-7/+2
|
* Ignore all `.temp` directories魏曹先生2025-09-121-2/+2
|
* Add test `cfg_file_test`魏曹先生2025-09-123-10/+61
|
* Re-export crate `cfg_file`魏曹先生2025-09-121-0/+6
|
* Add Cargo Config魏曹先生2025-09-121-0/+5
|
* Update cfg_file Main Logic魏曹先生2025-09-121-0/+194
| | | | Completed config.rs
* Update crate `cfg_file`魏曹先生2025-09-124-2/+20
| | | | Add feature `derive`
* Update Ignore Files魏曹先生2025-09-121-0/+5
| | | | | | Ignore: (+) .temp/ .idea/
* Add Crate `cfg_file`魏曹先生2025-09-128-0/+772
| | | | | | .../utils/cfg_file .../cfg_file/cfg_file_derive .../cfg_file/cfg_file_example
* Add README File魏曹先生2025-09-121-0/+1
|
* Add MIT License魏曹先生2025-09-121-0/+9