Stdto
stdto
provides a set of functional traits for conversion between various data representations.
| Examples | Docs | Latest Note |
= "0.4.0"
How to
use *;
// #[stdto::bytes(endian = "little")]
bytes = test.to_bytes;
from_bytes;
.;
test
// AsRef<u8> to hex
hex = bytes.to_hex;
Vec:: from_hex;
let mut arr = ;
arr.copy_from_hex;