Module prelude

Source
Expand description

The byteio prelude.

use byteio::prelude::*;

The purpose of this module is to alleviate imports by adding a glob use to the top of byteio heavy modules.

Re-exportsยง

pub use crate::ReadBytes;
pub use crate::ReadBytesExt;
pub use crate::WriteBytes;
pub use crate::WriteBytesExt;