[][src]Module byteio::prelude

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;