diff options
Diffstat (limited to 'src/model/prev/v051/mod.rs')
-rw-r--r-- | src/model/prev/v051/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/model/prev/v051/mod.rs b/src/model/prev/v051/mod.rs new file mode 100644 index 00000000..7a954752 --- /dev/null +++ b/src/model/prev/v051/mod.rs @@ -0,0 +1,4 @@ +pub(crate) mod bucket_table; +pub(crate) mod key_table; +pub(crate) mod object_table; +pub(crate) mod version_table; |