Releases: serde-rs/bytes
Releases · serde-rs/bytes
0.11.15
- 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.13
- 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
- Documentation improvements
0.11.10
- Add
no-alloc
category to crates.io metadata
0.11.9
- Documentation improvements
0.11.8
- Documentation improvements
0.11.7
- Add categories and keywords to crates.io metadata
0.11.6
- Add
rust-version
entry to Cargo.toml to declare the oldest supported compiler version