Skip to content

Releases: serde-rs/bytes

0.11.19

Choose a tag to compare

@dtolnay dtolnay released this 15 Sep 12:17
0.11.19
34f3c7d
  • Fix propagation of "std" and "alloc" features to serde (#58)

0.11.18

Choose a tag to compare

@dtolnay dtolnay released this 14 Sep 16:08
0.11.18
582ea79
  • Switch serde dependency to serde_core (#57)

0.11.17

Choose a tag to compare

@dtolnay dtolnay released this 09 Mar 20:51
0.11.17
dc4181f
  • Documentation improvements

0.11.16

Choose a tag to compare

@dtolnay dtolnay released this 03 Mar 08:35
0.11.16
f308f5e
  • Documentation improvements

0.11.15

Choose a tag to compare

@dtolnay dtolnay released this 25 Jun 03:47
0.11.15
90de46e
  • 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

Choose a tag to compare

@dtolnay dtolnay released this 02 Jan 17:29
0.11.14
5ea2adb

0.11.13

Choose a tag to compare

@dtolnay dtolnay released this 27 Dec 02:17
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)

0.11.12

Choose a tag to compare

@dtolnay dtolnay released this 15 Jul 21:17
0.11.12
72a3041
  • Documentation improvements

0.11.11

Choose a tag to compare

@dtolnay dtolnay released this 05 Jul 17:00
0.11.11
5e6b076
Release 0.11.11

0.11.10

Choose a tag to compare

@dtolnay dtolnay released this 03 Jul 18:32
0.11.10
0ad4435
  • Add no-alloc category to crates.io metadata