Module prelude

Source
Expand description

The maxwell-utils prelude.

The purpose of this module is to alleviate imports of many common maxwell-utils types by adding a glob import to the top of maxwell-utils heavy modules:

use maxwell_utils::prelude::*;

Re-exportsยง

pub use crate::arbiter_pool::*;
pub use crate::connection::*;