struct FindNativeOptions [src]
Fields
allocator: Allocator
target: std.Target
verbose: bool = falseIf enabled, will print human-friendly errors to stderr.
Source
pub const FindNativeOptions = struct {
allocator: Allocator,
target: std.Target,
/// If enabled, will print human-friendly errors to stderr.
verbose: bool = false,
}