Explorar o código

impl Encodable and Decodable for [u8; 64]

ghassmo %!s(int64=5) %!d(string=hai) anos
pai
achega
03ebecbbb9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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> {