Closed aloucks closed 4 years ago
Example
use serde::{Serialize, Deserialize}; #[derive(Serialize, Deserialize)] struct Foo { #[serde(with = "hex")] bar: Vec<u8>, }
Looks good, thanks for the contribution ^-^ Just fix the docs.rs stuff and it'll be good :)
Example