Module util
Source Expand description
- FutureExt
- An extension trait for
Future allowing synchronized execution of the future.
- load_file
- Load single TOML-file from path and deserialize it into type
T. - load_path
- Load all TOML-files from a path, concatenate their contents and deserialize the result into
type
T.