raw-bytify 0.2.0

Utility library for converting structs to bytes and vice-versa.
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// # Raw Bytify
/// 
/// A simple and minimal utility library for converting structs to bytes 
/// and vice versa.
/// 

pub mod from;
pub mod to;

#[cfg(test)]
mod tests;