//! Rust library to work with Gramps XML files. Implements `GRAMPS XML format 1.7.2`.
//!
//! > ⚠️ Note that this library is very experimental ⚠️
//! >
//! > Also the Rust types are pretty weird, because they reflect the XML data structure.
//!
//! ```
//! ```
use crateDatabase;