summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-05-27 11:18:36 -0400
committerLibravatar Silas Bartha <[email protected]>2024-05-27 11:18:36 -0400
commit16d1838e5bca2e90ca7cf8584a786b84fc409708 (patch)
treecf24077cd48b1c9fd1119fd7b7097a32660071e5 /src/lib.rs
Initial Commit
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..a1ed909
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,7 @@
+pub mod codec;
+
+#[cfg(feature = "jpg")]
+pub mod jpg;
+
+#[cfg(feature = "lossless")]
+pub mod lossless;