1
2
3
4
5
6
7
extern crate core;

/// Here resides the domain logic of the application.
pub mod domain;

/// Here resides the use cases of the application.
pub mod use_cases;