[][src]Module efflux::prelude

A "prelude" for crates using the efflux crate.

This prelude contains the required imports for almost all use cases, to avoid having to include modules and structures directly:

use efflux::prelude::*;

The prelude may grow over time, but it is unlikely to shrink.

Re-exports

pub use super::context::Context;
pub use super::context::Contextual;
pub use super::mapper::Mapper;
pub use super::reducer::Reducer;

Structs

Configuration

Configuration struct to represent a Hadoop configuration.