cargo fmt --all -- --check(rustfmt defaults).cargo clippy --workspace --all-features -- -D warnings -W clippy::unwrap_used.- No
.unwrap()/.expect()outside tests. - Errors via
thiserrorfor libraries,anyhowfor binaries. - Public APIs have doc comments. Internal helpers explain why, not what.