fluidattacks-tracks 0.1.0

Rust library for usage analytics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
cognitive-complexity-threshold = 8
too-many-lines-threshold = 50
too-many-arguments-threshold = 5
enum-variant-name-threshold = 3
excessive-nesting-threshold = 4

avoid-breaking-exported-api = false

allow-unwrap-in-tests = true
allow-expect-in-tests = true
allow-panic-in-tests = true
allow-dbg-in-tests = true