Module file

Source
Expand description

The File evaluator for working with modules from files.

Structs§

File
An evaluator for files.
Imports
Imports of a Module.
Jsonjson
A Format for JSON modules.
Module
The top-level structure of a File module.
Tomltoml
A Format for TOML modules.
Yamlyaml
A Format for YAML modules.

Traits§

Format
The format of a file.

Functions§

jsonjson
Read the module at path with Json.
read
Read the module at path with format.
tomltoml
Read the module at path with Toml.
yamlyaml
Read the module at path with Yaml.