weedforge 0.1.0

Rust-first, Python-friendly SDK for SeaweedFS
Documentation
# Clippy configuration
# https://doc.rust-lang.org/clippy/configuration.html

# Minimum supported Rust version
msrv = "1.75"

# Cognitive complexity threshold
cognitive-complexity-threshold = 25

# Maximum number of lines in a function
too-many-lines-threshold = 100

# Maximum number of arguments in a function
too-many-arguments-threshold = 7

# Allowed wildcard imports
allowed-wildcard-imports = []

# Disallowed methods
disallowed-methods = []

# Disallowed types
disallowed-types = []