aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-04-22 12:29:54 +0100
committerAkshay <[email protected]>2021-04-22 12:29:54 +0100
commit5e3e83a5522eecee9d8dbf6c1284c581ef7a35ea (patch)
treecb1e587dcbf17138ef6ef4d417f6787d2064adae /src/lib.rs
parenteba6e3376490f2b0693f75fda7c0b6ab5e68da6c (diff)
add obiv, the obi image viewer
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 3995c16..2eb01a9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -10,7 +10,6 @@ pub mod error;
10mod rle; 10mod rle;
11 11
12use error::{OBIError, OBIResult}; 12use error::{OBIError, OBIResult};
13use rle::RLE;
14 13
15#[non_exhaustive] 14#[non_exhaustive]
16#[derive(Copy, Clone, Debug, PartialEq)] 15#[derive(Copy, Clone, Debug, PartialEq)]