| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update lib.rs | 魏曹先生 | 2025-09-25 | 1 | -0/+3 |
| | | |||||
| * | Rename workspace to data | 魏曹先生 | 2025-09-25 | 1 | -1/+1 |
| | | |||||
| * | Rename some constants | 魏曹先生 | 2025-09-25 | 1 | -1/+1 |
| | | |||||
| * | Add tests | 魏曹先生 | 2025-09-25 | 1 | -0/+248 |
| | | |||||
| * | Move `workspace` mod to `data` | 魏曹先生 | 2025-09-25 | 12 | -16/+238 |
| | | |||||
| * | Fix clippy warnings in test files | 魏曹先生 | 2025-09-25 | 2 | -88/+78 |
| | | | | | | | | - Convert manual async functions to async fn syntax - Replace assert_eq!(true/false, ...) with assert!(...) and assert!(!...) - Fix useless vec warning by using array directly - All tests continue to pass after optimizations | ||||
| * | Fix clippy warnings and optimize code | 魏曹先生 | 2025-09-25 | 3 | -17/+10 |
| | | | | | | | | - Rename from_str to from_address_str in tcp_connection to avoid trait conflict - Use ? operator instead of let...else patterns in local and vault initialization - Replace manual string slicing with strip_prefix in virtual_file.rs - All tests continue to pass after optimizations | ||||
| * | Fixed by Clippy | 魏曹先生 | 2025-09-25 | 3 | -18/+15 |
| | | |||||
| * | Update virtual_file.rs | 魏曹先生 | 2025-09-25 | 1 | -3/+7 |
| | | |||||
| * | Rename `env` to `vcs` | 魏曹先生 | 2025-09-25 | 5 | -36/+80 |
| | | |||||
| * | Rename `env` to `vcs` | 魏曹先生 | 2025-09-25 | 18 | -0/+1368 |
