too-many-arguments-threshold = 8
type-complexity-threshold = 300
single-char-binding-names-threshold = 4
missing-docs-in-crate-items = true
enum-variant-name-threshold = 3
max-struct-bools = 5
max-fn-params-bools = 3
cognitive-complexity-threshold = 30
pass-by-value-size-limit = 256
max-suggested-slice-pattern-length = 3
trivial-copy-size-limit = 16
arithmetic-side-effects-allowed = ["src/semiring/*.rs", "src/algorithms/*.rs"]
arithmetic-side-effects-allowed-binary = []
arithmetic-side-effects-allowed-unary = []
allow-expect-in-tests = true
allow-unwrap-in-tests = true
avoid-breaking-exported-api = true
msrv = "1.85.0"