Function initialize
Source pub async fn initialize(temporary_path: bool) -> UnifiedResult<()>
Expand description
Initialize checks the progname and debugging values and ensures the lib is ready to function
§Arguments
errors - An ErrorArray to capture errors.
warnings - A WarningArray to capture warnings.
§Returns
uf<()> - A unified result indicating success or failure.