struct DirList [src]

Fields

lib_dir: ?[]const u8 = null
exe_dir: ?[]const u8 = null
include_dir: ?[]const u8 = null

Source

pub const DirList = struct { lib_dir: ?[]const u8 = null, exe_dir: ?[]const u8 = null, include_dir: ?[]const u8 = null, }