Home
last modified time | relevance | path

Searched defs:IniFile (Results 1 – 1 of 1) sorted by relevance

/tools/netsim/rust/common/src/util/
Dini_file.rs27 pub struct IniFile { struct
34 impl IniFile { implementation
40 pub fn new(filepath: PathBuf) -> IniFile { in new()