gedcomx 0.1.3

The core data structures and serialization / deserialization of the GEDCOM X format.
Documentation
mod address;
pub use address::{Address, AddressBuilder};

#[allow(clippy::module_inception)]
mod agent;
pub use agent::{Agent, AgentBuilder};

mod onlineaccount;
pub use onlineaccount::OnlineAccount;