Expand description
File system helpers used in OMMUI.
Enums§
- Error
- An error which gets produced in this crate.
Traits§
- Path
Load - A trait defining a method for loading data structure from a path.
Functions§
- load_
directory_ listing - Load a
IndexSet
from a directory, one entry for each glob match. - load_
json - Load a json data structure from a file.
- load_
json_ buffered - Load a json data structure from a file, buffered into a string first.
- load_
string - Load a string from a file.