feat: add network manager to optimize network request handling

This commit is contained in:
wonfen
2025-04-30 21:30:28 +08:00
parent 3ce5d3bf2d
commit 32b6821b8a
10 changed files with 340 additions and 96 deletions

View File

@@ -5,6 +5,7 @@ pub mod help;
pub mod i18n;
pub mod init;
pub mod logging;
pub mod network;
pub mod resolve;
pub mod server;
pub mod tmpl;