feat: default bincode 2.0.0-rc.*

This commit is contained in:
Vincent Herlemont
2023-10-29 09:42:30 +01:00
parent 383379fe1e
commit 39466299ed
22 changed files with 68 additions and 11 deletions
+1
View File
@@ -1,4 +1,5 @@
pub mod bincode_1_3;
pub mod bincode_2_rc;
/// Encode trait for your own encoding method.
///