1//! # Data model for Ave base. 2//! 3//! This module contains the data model for the Ave base. 4//! 5 6pub mod common; 7pub mod error; 8pub mod event; 9pub mod network;