浏览代码

impl Encodable and Decodable for [u8; 64]

ghassmo 4 年之前
父节点
当前提交
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> {