Module file
Source Available on crate feature file only.
Expand description
The File evaluator for working with modules from files.
pub use self::format::Format;pub use self::format::Module;pub use self::error::Error;
- error
File error.- format
- File formats.
- File
- The
File evaluator.
- json
json - Evaluate
paths using File and the Json format. - toml
toml - Evaluate
paths using File and the Toml format.