Skip to content

Releases: serde-rs/bytes

0.11.14

02 Jan 17:29
0.11.14
5ea2adb
Compare
Choose a tag to compare

0.11.13

27 Dec 02:17
0.11.13
76caff6
Compare
Choose a tag to compare
  • 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)

0.11.12

15 Jul 21:17
0.11.12
72a3041
Compare
Choose a tag to compare
  • Documentation improvements

0.11.11

05 Jul 17:00
0.11.11
5e6b076
Compare
Choose a tag to compare
Release 0.11.11

0.11.10

03 Jul 18:32
0.11.10
0ad4435
Compare
Choose a tag to compare
  • Add no-alloc category to crates.io metadata

0.11.9

05 Feb 05:07
0.11.9
c3c8393
Compare
Choose a tag to compare
  • Documentation improvements

0.11.8

17 Dec 19:49
0.11.8
68fe3ab
Compare
Choose a tag to compare
  • Documentation improvements

0.11.7

03 Aug 14:07
0.11.7
29c9985
Compare
Choose a tag to compare
  • Add categories and keywords to crates.io metadata

0.11.6

30 Apr 21:51
0.11.6
e196cd2
Compare
Choose a tag to compare
  • Add rust-version entry to Cargo.toml to declare the oldest supported compiler version

0.11.5

11 Jun 03:21
0.11.5
7f2e508
Compare
Choose a tag to compare
  • Allow Cow<[u8]> and Cow<Bytes> to deserialize from owned bytes (#23)