diff options
Diffstat (limited to 'matroska/src')
-rw-r--r-- | matroska/src/block.rs | 0 | ||||
-rw-r--r-- | matroska/src/lib.rs | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/matroska/src/block.rs b/matroska/src/block.rs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/matroska/src/block.rs 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; |