//! Data structures and helper functions for flora's data archiving functionality
//! Note: This crate does not deal with anything directly related to search or DB operations.
/// Module for documents to be stored in the flora archive.
pub use bincode;
pub use serde;
pub use Document;
pub use Marshal;
pub use ;