We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2a07ef7
Support bytes inside of Option, as in:
Option
#[serde(with = "serde_bytes")] opt_bytes: Option<&'a [u8]>,