use crate;
/// Build the default environment.
///
/// This constructs a `MapOpEnvironment` and adds all operator builders
/// registered with `bunsen_firehose::register_default_operator_builder!`.
///
/// Each call `build_default_environment` will create a new mutable environment.