tape: add helpers to emulate tape read/write behavior

This commit is contained in:
Dietmar Maurer
2020-12-06 09:41:16 +01:00
parent ec00200411
commit 7c9835465e
5 changed files with 133 additions and 1 deletions

View File

@ -6,6 +6,9 @@ pub use tape_write::*;
mod tape_read;
pub use tape_read::*;
mod helpers;
pub use helpers::*;
mod inventory;
pub use inventory::*;