mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
16 lines
333 B
Rust
16 lines
333 B
Rust
pub mod async_proxy_query;
|
|
pub mod backup;
|
|
#[allow(clippy::module_inception)]
|
|
mod core;
|
|
pub mod event_driven_proxy;
|
|
pub mod handle;
|
|
pub mod hotkey;
|
|
pub mod service;
|
|
pub mod service_ipc;
|
|
pub mod sysopt;
|
|
pub mod timer;
|
|
pub mod tray;
|
|
pub mod win_uwp;
|
|
|
|
pub use self::{core::*, event_driven_proxy::EventDrivenProxyManager, timer::Timer};
|