[][src]Crate ommui_file_loading

File system helpers used in OMMUI.

Enums

Error

An error which gets produced in this crate.

Traits

PathLoad

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.