rename ImageIndex to FixedIndex

also changed the file extension fron .iidx to .fidx
This commit is contained in:
Dietmar Maurer
2019-02-12 11:50:45 +01:00
parent 82bc0ad40c
commit 91a905b6dd
5 changed files with 27 additions and 26 deletions

View File

@ -2,6 +2,6 @@
pub mod chunker;
pub mod chunk_store;
pub mod image_index;
pub mod fixed_index;
pub mod archive_index;
pub mod datastore;