rename ArchiveIndex to DynamicIndex

also changed the file extension from .aidx to .didx
This commit is contained in:
Dietmar Maurer
2019-02-12 12:05:33 +01:00
parent 91a905b6dd
commit 93d5d77952
4 changed files with 42 additions and 42 deletions

View File

@ -3,5 +3,5 @@
pub mod chunker;
pub mod chunk_store;
pub mod fixed_index;
pub mod archive_index;
pub mod dynamic_index;
pub mod datastore;