1
2
3
4
5
6
//! Read and Write Formats
//! 
//! This module contains traits about Read and Write bytes.

pub mod read;
pub mod write;