nanodock 0.1.0

Zero-dependency-light Docker/Podman daemon client for container detection, port mapping, and lifecycle control
Documentation
1
2
3
4
5
6
7
8
9
10
11
# nanodock - clippy configuration



too-many-lines-threshold = 100

cognitive-complexity-threshold = 30

enum-variant-size-threshold = 200



disallowed-macros = [

    { path = "std::dbg", reason = "Debug macro left in code - remove before committing" },

    { path = "std::todo", reason = "Unfinished code - implement before committing" },

    { path = "std::unimplemented", reason = "Unfinished code - implement before committing" },

]