1
2
3
4
//! The prelude file, importing this module will bring every pattern to the
//! scope.

pub use crate::{apply::Apply, unwrappable::Unwrappable};