Stdto
stdto
provides a set of functional traits for conversion between various data representations.
| Examples | Docs | Latest Note |
toml
stdto = "0.1.0"
How to
```rust
struct Test {
a: u32,
b: String,
c: [u8; 32],
d: Vec
bytes = origin.tobytes(); Test::frombytes(&bytes); ```