Module change_id

Source

Structs§

ChangeIdWrapper 🔒
Since we use #[serde(deny_unknown_fields)] on TomlConfig, we need a wrapper type for the “change-id” field to parse it even if other fields are invalid. This ensures that if deserialization fails due to other fields, we can still provide the changelogs to allow developers to potentially find the reason for the failure in the logs..

Enums§

ChangeId
This enum is used for deserializing change IDs from TOML, allowing both numeric values and the string "ignore".

Functions§

deserialize_change_id 🔒