Browse Source

impl Encodable and Decodable for [u8; 64]

ghassmo 4 năm trước cách đây
mục cha
commit
03ebecbbb9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/serial.rs

+ 1 - 0
src/serial.rs

@@ -383,6 +383,7 @@ impl_array!(12);
 impl_array!(16);
 impl_array!(32);
 impl_array!(33);
+impl_array!(64);
 
 // Options
 impl<T: Encodable> Encodable for Option<T> {