Expand description
Helper functions for displaying patch information with original and overridden values.
This module provides utilities to extract original field values from resource files
in source repositories and format them alongside patched values for display in
commands like agpm list --detailed
and agpm tree --detailed
.
Structs§
- Patch
Display - Represents a patch with both original and overridden values for display.
Functions§
- extract_
patch_ displays - Extract patch display information for a locked resource.
- format_
toml_ value - Format a toml::Value for display.