rustysquid 1.2.0

High-performance HTTP caching proxy optimized for embedded systems and routers
Documentation
1
2
3
4
5
6
7
# Clippy configuration for strict linting
cognitive-complexity-threshold = 30
type-complexity-threshold = 250
single-char-binding-names-threshold = 4
too-many-lines-threshold = 100
array-size-threshold = 512
vec-box-size-threshold = 4096