work
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 17 Dec 2023 21:54:58 +0000 (13:54 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 17 Dec 2023 21:54:58 +0000 (13:54 -0800)
rust/src/cooked.rs

index 757e770520ad6d0a248f8527f9cbd0b2c4cd85c1..2cea33074024b7b67739c82f1ba0cb9fa617bc05 100644 (file)
@@ -308,6 +308,8 @@ pub fn decode(
         }
     };
 
+    //let mut dictionary = Dictionary::new(encoding);
+
     let mut decoder = Decoder {
         compression: header.compression,
         endian: header.endian,