Skip to content

0.11.13

Compare
Choose a tag to compare
@dtolnay dtolnay released this 27 Dec 02:17
· 19 commits to master since this release
0.11.13
76caff6
  • Support serializing and deserializing [u8; N], and add ByteArray<N> (#28, thanks @sgued)
  • Support deserializing &'de ByteArray<N> (#46)
  • Support serde(with = "serde_bytes") in no-std Deserialize impls (#47)