summaryrefslogtreecommitdiffstats
path: root/src/common/bitpacker.rs
diff options
context:
space:
mode:
authorPaul Masurel <paul.masurel@gmail.com>2018-01-25 12:46:32 +0900
committerPaul Masurel <paul.masurel@gmail.com>2018-01-25 12:46:32 +0900
commit3edb3dce6a8fdde9cbca118742d6133f9ea2043b (patch)
tree352fd4c4c6546f6ead7ac90eae9fe53e03d966d8 /src/common/bitpacker.rs
parent1edaf7a3126eda8be6c50592c53b3b0fc19cb9bf (diff)
Test not passing
Diffstat (limited to 'src/common/bitpacker.rs')
-rw-r--r--src/common/bitpacker.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/bitpacker.rs b/src/common/bitpacker.rs
index 30142f8..cb3b81e 100644
--- a/src/common/bitpacker.rs
+++ b/src/common/bitpacker.rs
@@ -89,6 +89,7 @@ impl BitPacker {
}
}
+#[derive(Clone)]
pub struct BitUnpacker<Data>
where
Data: Deref<Target = [u8]>,