1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! The [`yulid`](crate) prelude.
//!
//! This module contains the most important items of the [`yulid`](crate) crate.
//!
//! To use the prelude, include `yulid` as a dependency in your `Cargo.toml` and use the following
//! in every module:
//!
//! ```
//! use yulid::prelude::*;
//! ```

pub use super::{
  Bytes,
  Ulid,
};