#byte #convert #convert-bytes

from_to_bytes

字节与 <T> 之间转换的 trait

2 个版本

0.1.1 2024年6月25日
0.1.0 2024年6月25日

#9 in #convert-bytes

MIT/Apache

2KB

trait 用于在 [u8]<T> 之间转换。

FromBytes

[u8] 转换为 <T>

ToBytes

<T> 转换为 [u8]

无运行时依赖