Module patch_display

Module patch_display 

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

PatchDisplay
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.