tape: add file format definitions

This commit is contained in:
Dietmar Maurer
2020-12-05 10:45:08 +01:00
parent 327e93711f
commit 8c15560b68
3 changed files with 144 additions and 0 deletions

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

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