From 6a3aaca8727d3f0292d62dbcd54e3bf87df74c0c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 6 Dec 2022 15:52:08 +0100 Subject: split files --- evc/src/lib.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'evc/src/lib.rs') diff --git a/evc/src/lib.rs b/evc/src/lib.rs index 65e8e2b..a513116 100644 --- a/evc/src/lib.rs +++ b/evc/src/lib.rs @@ -1,9 +1,10 @@ #![feature(box_patterns)] -pub mod ser; pub mod block; -pub mod header; +pub mod codec; +pub mod debug; pub mod frame; +pub mod header; pub mod pixel; +pub mod ser; pub mod view; -pub mod debug; -- cgit v1.2.3-70-g09d2