1
2
3
4
5
6
7
//! The Hexe prelude imports various types that may be used often when
//! interacting with this crate.
//!
//! The core prelude is also imported, removing the need to import both
//! separately.

pub use core::prelude::*;