utils: move code to a dedicated mod; add AsyncRuntime (#2072)

This commit is contained in:
Luna Yao
2026-04-16 17:32:07 +02:00
committed by GitHub
parent 82ca04a8a7
commit bcb2e512d4
10 changed files with 211 additions and 82 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ use easytier::{
rpc_types::controller::BaseController,
},
tunnel::{TunnelScheme, tcp::TcpTunnelConnector},
utils::{PeerRoutePair, cost_to_str},
utils::{PeerRoutePair, string::cost_to_str},
};
rust_i18n::i18n!("locales", fallback = "en");