Reintroduce the versioning functions

This commit is contained in:
Kerollmops 2022-10-25 15:06:28 +02:00 committed by Clément Renault
parent 89e127e4f4
commit 4cafc63561
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
8 changed files with 83 additions and 8 deletions

View file

@ -5,10 +5,12 @@ pub mod keys;
pub mod settings;
pub mod star_or;
pub mod tasks;
pub mod versioning;
pub use milli;
pub use milli::{heed, Index};
use uuid::Uuid;
pub use versioning::VERSION_FILE_NAME;
pub type Document = serde_json::Map<String, serde_json::Value>;
pub type InstanceUid = Uuid;