Skip to main content

Module config

Module config 

Source
Expand description

cu-profiler.toml parsing.

Parsing is strict — unknown keys are rejected — but every failure is turned into a clear crate::Error::Config message. Per-scenario settings overlay the project defaults to form an effective BudgetPolicy.

Structs§

AnchorConfig
[anchor] — optional Anchor IDL integration.
Config
Top-level configuration.
DefaultsConfig
[defaults].
OutputConfig
[output].
ProjectConfig
[project].
ScenarioConfig
[scenario.<name>].

Constants§

KNOWN_MODES
The execution modes the config understands.