Problem
The workspace root binary definition includes doc = false as a workaround, but the rationale is not documented, which may cause future confusion.
Requested Action
Add a brief comment in Cargo.toml near the [[bin]] section explaining why doc = false is necessary (e.g., to avoid doc-tooling friction with the duplicate binary definition).
References
Context
Raised during review of PR #93: #93
Priority
Small
Problem
The workspace root binary definition includes
doc = falseas a workaround, but the rationale is not documented, which may cause future confusion.Requested Action
Add a brief comment in
Cargo.tomlnear the[[bin]]section explaining whydoc = falseis necessary (e.g., to avoid doc-tooling friction with the duplicate binary definition).References
Cargo.toml:52-56Context
Raised during review of PR #93: #93
Priority
Small