Skip to content

Releases: serde-rs/bytes

0.11.15

25 Jun 03:47
0.11.15
90de46e
Compare
Choose a tag to compare
  • Implement Default for ByteArray, From for ByteArray, ByteBuf and Bytes (#51, thanks @zensh)
  • Make ByteArray::new and ByteArray::into_array const (#52, thanks @sosthene-nitrokey)

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