Added a basic check to make sure we don't try to transcode a partially written file

This commit is contained in:
2022-09-01 22:15:46 -04:00
parent b5d96c21a9
commit 44ef95b440
6 changed files with 30 additions and 4 deletions

2
src/transcoder/mod.rs Normal file
View File

@ -0,0 +1,2 @@
pub mod repository;
pub mod transcoder;