aboutsummaryrefslogtreecommitdiff
path: root/matroska/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-16 12:00:54 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-16 12:00:54 +0100
commit42a81f199793d7d8a07c848d5956436564caf593 (patch)
tree84bac0b70f6a39a6ef7160d28e00992f95e5c578 /matroska/src/lib.rs
parent9f9449ddd58eb07d20e14e7a75c7387c9cc17ebe (diff)
downloadjellything-42a81f199793d7d8a07c848d5956436564caf593.tar
jellything-42a81f199793d7d8a07c848d5956436564caf593.tar.bz2
jellything-42a81f199793d7d8a07c848d5956436564caf593.tar.zst
move importer over to jellyremux
Diffstat (limited to 'matroska/src/lib.rs')
-rw-r--r--matroska/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/matroska/src/lib.rs b/matroska/src/lib.rs
index bcba8fd..d1e0fba 100644
--- a/matroska/src/lib.rs
+++ b/matroska/src/lib.rs
@@ -3,6 +3,7 @@ pub mod read;
pub mod size;
pub mod write;
pub mod unflatten;
+pub mod block;
use matroska::MatroskaTag;
pub use read::ReadValue;