/*!
This crate provides simple methods to cast from and into byte arrays.
# Note
The crates will not take care of byte order for you. Cuz lazy.
*/#![cfg_attr(not(feature ="std"), no_std)]#[cfg(feature ="std")]externcrate core;usecore::{
mem,
marker,
ptr
};pubmodto;pubmodfrom;pubmodslice;