mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
6 lines
157 B
Rust
6 lines
157 B
Rust
// Tauri Manager 会进行 Arc 管理,无需额外 Arc
|
|
// https://tauri.app/develop/state-management/#do-you-need-arc
|
|
|
|
pub mod lightweight;
|
|
pub mod proxy;
|