from_to_bytes 0.1.0

trait for convert between bytes and <T>.
Documentation

trait for convert between bytes and .

FromBytes

convert [u8] to <T>

ToBytes

convert <T> to [u8]