feat!: Update bincode 2 & allow any AsRef<[u8]> to be decoded

This commit is contained in:
ferris
2025-05-17 08:40:29 +02:00
committed by Vincent Herlemont
parent cf3a633539
commit cf68ecfb19
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
#[cfg(any(all(feature = "serde", feature = "bincode_1_3"), doc))]
pub mod bincode_1_3;
#[cfg(any(all(feature = "serde", feature = "bincode_2_rc"), doc))]
pub mod bincode_2_rc;
#[cfg(any(all(feature = "serde", feature = "bincode_2"), doc))]
pub mod bincode_2;
#[cfg(any(all(feature = "serde", feature = "postcard_1_0"), doc))]
pub mod postcard_1_0;
#[cfg(any(all(feature = "serde", feature = "rmp_serde_1_3"), doc))]