[][src]Module spirit::prelude

The prelude.

To use the spirit libraries effectively, a lot of traits and types need to be imported. Instead of importing them one by one manually, the prelude contains the most commonly used imports that are used around application runtime management.

This can be imported as use spirit::prelude::*.

Re-exports

pub use super::ConfigBuilder;
pub use super::Extensible;
pub use super::Fragment;
pub use super::Pipeline;

Structs

Empty

A struct that may be used when either configuration or command line options are not needed.

Spirit

The main manipulation handle/struct of the library.

Traits

SpiritBuilder

An interface to turn the spirit Builder into a Spirit and possibly run it.