#byte #convert #u8

from_to_bytes

trait for convert between bytes and <T>

2 releases

0.1.1 Jun 25, 2024
0.1.0 Jun 25, 2024

#12 in #u8

27 downloads per month

MIT/Apache

2KB

trait for convert between [u8] and <T>.

FromBytes

convert [u8] to <T>

ToBytes

convert <T> to [u8]

No runtime deps