Expand description
This crate’s build.rs generates both the test-support config registry annotations AND the configuration documentation in Markdown format. Doc generation lives here (not in the config crate) because it is a dev/CI concern, not a prod build artifact.
Modules§
Macros§
- declare_
annotations - Declares a set of
SalukiAnnotationconstants and generates a companionALLslice.
Functions§
- run_
config_ smoke_ tests - Runs smoke tests for all annotations registered to
struct_nameagainst a deserialized config structT.