Module yulid::prelude

source ·
Expand description

The yulid prelude.

This module contains the most important items of the yulid crate.

To use the prelude, include yulid as a dependency in your Cargo.toml and use the following in every module:

use yulid::prelude::*;

Re-exports

pub use super::Bytes;
pub use super::Ulid;