tape: add tape read trait

This commit is contained in:
Dietmar Maurer
2020-12-05 10:54:38 +01:00
parent e211fee562
commit d735b31345
2 changed files with 48 additions and 0 deletions

View File

@ -2,3 +2,6 @@ pub mod file_formats;
mod tape_write;
pub use tape_write::*;
mod tape_read;
pub use tape_read::*;