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

1
src/util/mod.rs Normal file
View File

@ -0,0 +1 @@
pub mod io;