Vladislav Yaroslavlev
|
09f56dede2
|
fix: resolve clippy warnings
Reduce clippy warnings from54 to16 by fixing mechanical issues:
- collapsible_if: collapse nested if-let chains with let-chains
- clone_on_copy: remove unnecessary .clone() on Copy types
- manual_clamp: replace .max().min() with .clamp()
- unnecessary_cast: remove redundant type casts
- collapsible_else_if: flatten else-if chains
- contains_vs_iter_any: replace .iter().any() with .contains()
- unnecessary_closure: replace .or_else(|| x) with .or(x)
- useless_conversion: remove redundant .into() calls
- is_none_or: replace .map_or(true, ...) with .is_none_or(...)
- while_let_loop: convert loop with if-let-break to while-let
Remaining16 warnings are design-level issues (too_many_arguments,
await_holding_lock, type_complexity, new_ret_no_self) that require
architectural changes to fix.
|
2026-02-24 05:57:53 +03:00 |
|
Alexey
|
2ea4c83d9d
|
Normalize IP + Masking + TLS
|
2026-02-20 16:32:14 +03:00 |
|
Жора Змейкин
|
d8ff958481
|
Add mask_unix_sock for censorship masking via Unix socket
|
2026-02-12 21:11:20 +03:00 |
|
Alexey
|
61581203c4
|
Semaphore + Async Magics for Defcluster
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
|
2026-02-12 18:38:05 +03:00 |
|
Alexey
|
2ce8fbb2cc
|
1.1.0.0
|
2026-01-20 01:20:02 +03:00 |
|
Alexey
|
4f007f3128
|
1.0.1.1
Drafting Upstreams and SOCKS
|
2026-01-07 17:22:10 +03:00 |
|
Alexey
|
3d9150a074
|
1.0.0
Tschuss Status Quo - Hallo, Zukunft!
|
2025-12-30 05:08:05 +03:00 |
|