diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-05-27 10:48:06 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-05-27 10:48:06 +0800 |
| commit | c470dff02c2c4def065efa59dd04026ca50dc090 (patch) | |
| tree | 015322869f20cdf5564724f101ffe62a68b3e0f4 /core/src/pad_service/mod.rs | |
| parent | 18ecddcb3cb51c19d6c9cab8798daf44f8f4e56b (diff) | |
将pad_io更名为pad_service
Diffstat (limited to 'core/src/pad_service/mod.rs')
| -rw-r--r-- | core/src/pad_service/mod.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/pad_service/mod.rs b/core/src/pad_service/mod.rs new file mode 100644 index 0000000..ae10f2d --- /dev/null +++ b/core/src/pad_service/mod.rs @@ -0,0 +1,5 @@ +pub mod client; +pub mod client_debug_cli; + +pub mod server; +pub mod server_debug_cli;
\ No newline at end of file |
