Crate datadog_agent_config_testing

Crate datadog_agent_config_testing 

Source
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§

config_registry

Macros§

declare_annotations
Declares a set of SalukiAnnotation constants and generates a companion ALL slice.

Functions§

run_config_smoke_tests
Runs smoke tests for all annotations registered to struct_name against a deserialized config struct T.