Эх сурвалжийг харах

impl Encodable and Decodable for [u8; 64]

ghassmo 4 жил өмнө
parent
commit
03ebecbbb9
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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> {