Stdto
stdto provides a set of functional traits for conversion between various data representations.
| Examples | Docs | Latest Note |
= "0.2.0"
How to
bytes = test.to_bytes;
from_bytes;
test.;
hex = whatever.to_hex;
Vec::from_hex;
let mut arr = ;
arr.copy_from_hex;