This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
clash-verge-rev-lite
Watch
1
Star
0
Fork
0
You've already forked clash-verge-rev-lite
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
11
Wiki
Activity
Files
baebce4aaddc5bf82ec65544841d969ce771a512
clash-verge-rev-lite
/
src-tauri
/
src
/
config
History
Tunglies
924e7d1022
Refactor string handling to use
into()
instead of
to_string()
for improved performance and consistency across the codebase. This change affects various modules including
app.rs
,
clash.rs
,
config.rs
,
core.rs
,
service.rs
, and others, ensuring that string conversions are streamlined and more idiomatic.
2025-10-14 09:26:20 +08:00
..
clash.rs
Refactor string handling to use
into()
instead of
to_string()
for improved performance and consistency across the codebase. This change affects various modules including
app.rs
,
clash.rs
,
config.rs
,
core.rs
,
service.rs
, and others, ensuring that string conversions are streamlined and more idiomatic.
2025-10-14 09:26:20 +08:00
config.rs
Refactor string handling to use
into()
instead of
to_string()
for improved performance and consistency across the codebase. This change affects various modules including
app.rs
,
clash.rs
,
config.rs
,
core.rs
,
service.rs
, and others, ensuring that string conversions are streamlined and more idiomatic.
2025-10-14 09:26:20 +08:00
draft.rs
fix: clippy errors with new config (
#4428
)
2025-08-18 02:02:25 +08:00
encrypt.rs
edition 2024 (
#4702
)
2025-09-10 09:49:06 +08:00
mod.rs
refactor(async): migrate from sync-blocking async execution to true async with unified AsyncHandler::spawn (
#4502
)
2025-08-26 01:49:51 +08:00
prfitem.rs
Refactor string handling to use
into()
instead of
to_string()
for improved performance and consistency across the codebase. This change affects various modules including
app.rs
,
clash.rs
,
config.rs
,
core.rs
,
service.rs
, and others, ensuring that string conversions are streamlined and more idiomatic.
2025-10-14 09:26:20 +08:00
profiles.rs
Refactor string handling to use
into()
instead of
to_string()
for improved performance and consistency across the codebase. This change affects various modules including
app.rs
,
clash.rs
,
config.rs
,
core.rs
,
service.rs
, and others, ensuring that string conversions are streamlined and more idiomatic.
2025-10-14 09:26:20 +08:00
runtime.rs
添加链式代理下规则适配
2025-09-22 18:16:17 +08:00
verge.rs
Refactor string handling to use
into()
instead of
to_string()
for improved performance and consistency across the codebase. This change affects various modules including
app.rs
,
clash.rs
,
config.rs
,
core.rs
,
service.rs
, and others, ensuring that string conversions are streamlined and more idiomatic.
2025-10-14 09:26:20 +08:00