1
2
3
4
5
6
7
8
#![doc(html_root_url="https://appcore-project.github.io/rustdoc/appcore_shared/appcore_shared/")]
//! This crate is a common library for the appcore-project.
//!



/// Commons for data model.
pub mod model;