Module utils

Module utils 

Source
Expand description

Utility functions for AUR operations.

Functionsยง

arrs
What: Extract an array of strings from a JSON object by trying keys in order.
percent_encode
What: Percent-encode a string for use in URLs according to RFC 3986.
s
What: Extract a string value from a JSON object by key, defaulting to empty string.
ss
What: Extract a string value from a JSON object by key with fallback keys.
u64_of
What: Extract an unsigned 64-bit integer by trying multiple keys and representations.