[][src]Module mammoth_setup::config

The ConfigurationFile structure contains the configuration for the entire Mammoth application.

Re-exports

pub use self::host::Host;
pub use self::host::HostIdentifier;
pub use self::mammoth::Mammoth;
pub use self::module::Module;

Modules

host

The Host structure contains the configuration for a host.

mammoth

The Mammoth structure contains the general configuration for Mammoth, such as the location of the modules and the log settings.

module

The Module structure contains the configuration for a Mammoth module.

port

The Binding structure contains the configuration for a binding port.

Structs

ConfigurationFile

Structure that contains all the configuration for the Mammoth application.