from_to_bytes 0.1.1

trait for convert between bytes and <T>.
Documentation
1
2
3
4
5
6
trait for convert between `[u8]` and `<T>`.

## FromBytes
convert `[u8]` to `<T>`
## ToBytes
convert `<T>` to `[u8]`