-
Notifications
You must be signed in to change notification settings - Fork 9
Add doctests for BufferCfg variants #97
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed🏗️ coreCore engine workCore engine work
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed🏗️ coreCore engine workCore engine work
Type
Fields
Give feedbackNo fields configured for issues without a type.
Difficulty: easy · Estimate: 2–3 hours
BufferCfgis the central public-API type users meet first. Doctests on each variant would (a) compile-check that the README examples still work and (b) give first-time users an in-API reference. Strict scope, immediate user-facing impact.Where to look
BufferCfgWhat to do
BufferCfg, add a///doc-comment with a 5–10 linecargo-runnable example showing how to construct it inside aconfigure::<T>(...)call.cargo test --doc -p aimdb-corepasses.Done when
BufferCfgvariant has a doctestcargo test --docis greenWe'd love help with this — comment if you'd like to take it.