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