netspeed-cli 0.7.0

Command-line interface for testing internet bandwidth using speedtest.net
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Clippy configuration for netspeed-cli
# See: https://doc.rust-lang.org/clippy/lint_configuration.html

# Allow try shorthand in rustfmt (matches clippy pedantic rules)
allowed-duplicate-crates = ["clap"]

# Warn on cognitive complexity (functions too complex)
cognitive-complexity-threshold = 25

# Allow more type complexity before warning
type-complexity-threshold = 300