Skip to main content

Module file

Module file 

Source
Available on crate feature file only.
Expand description

The File evaluator for working with modules from files.

Re-exports§

pub use self::format::Format;
pub use self::format::Module;
pub use self::error::Error;

Modules§

error
File error.
format
File formats.

Structs§

File
The File evaluator.

Functions§

jsonjson
Evaluate paths using File and the Json format.
tomltoml
Evaluate paths using File and the Toml format.