rs3gw 0.1.0

High-Performance AI/HPC Object Storage Gateway powered by scirs2-io
1
2
3
4
5
6
7
8
9
10
# Global Clippy configuration

too-many-arguments-threshold = 30

disallowed-methods = []
disallowed-types = []

# Allow approximate constants in tests - these are often testing against known reference values
allow-expect-in-tests = true
allow-unwrap-in-tests = true