struct ExtractOptions [src]
Fields
allow_backslashes: bool = falseAllow filenames within the zip to use backslashes. Back slashes are normalized
to forward slashes before forwarding them to platform APIs.
diagnostics: ?*Diagnostics = null
Source
pub const ExtractOptions = struct {
/// Allow filenames within the zip to use backslashes. Back slashes are normalized
/// to forward slashes before forwarding them to platform APIs.
allow_backslashes: bool = false,
diagnostics: ?*Diagnostics = null,
}