1#![warn(missing_docs)] 2 3//! Shared datatypes and traits used to for the persistence layer of Mithril nodes 4 5pub mod database; 6pub mod sqlite; 7pub mod store;