diff options
author | metamuffin <metamuffin@disroot.org> | 2022-12-05 20:29:05 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-12-05 20:29:05 +0100 |
commit | 96e316ea16b7b915e02735457d5ac7495d3db305 (patch) | |
tree | e2ef2957009dd96c452fb8a80020ed83caa70993 /evc/src/lib.rs | |
parent | 75b87762196c461069fa087f8aa3c978d7407549 (diff) | |
download | video-codec-experiments-96e316ea16b7b915e02735457d5ac7495d3db305.tar video-codec-experiments-96e316ea16b7b915e02735457d5ac7495d3db305.tar.bz2 video-codec-experiments-96e316ea16b7b915e02735457d5ac7495d3db305.tar.zst |
serialization
Diffstat (limited to 'evc/src/lib.rs')
-rw-r--r-- | evc/src/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/evc/src/lib.rs b/evc/src/lib.rs new file mode 100644 index 0000000..3270ebb --- /dev/null +++ b/evc/src/lib.rs @@ -0,0 +1,5 @@ +#![feature(box_patterns)] + +pub mod ser; +pub mod block; +pub mod header; |