md-codec v0.33.1 — doc-comment Vector struct fields
What's in this release
Patch: add /// doc-comments to the 5 pub fields of md_codec::test_vectors::Vector (name, template, keys, fingerprints, force_chunked). The fields were exposed in v0.33.0 (commit 8a52bed, the test_vectors public-API promotion) but lacked doc-comments, which the workspace -D warnings clippy gate upgrades to errors via the missing_docs lint. Result: workspace CI red on main since 2026-05-14 23:15 UTC. Doc-comment-only patch; no API contract change.
Full notes: CHANGELOG#md-codec-0331