Crate ommui_file_loading[][src]

File system helpers used in OMMUI.

Structs

Error

An error which gets produced in this crate.

Enums

ErrorKind

The kinds of error produced by this crate.

Traits

PathLoad

A trait defining a method for loading data structure from a path.

Functions

load_directory_listing

Load a BTreeSet from a directory, one entry for each glob match.

load_json

Load a json data structure from a file.

load_string

Load a string from a file.