Sfoglia il codice sorgente

impl Encodable and Decodable for [u8; 64]

ghassmo 4 anni fa
parent
commit
03ebecbbb9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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> {