1
2
3
4
5
6
7
8
#![warn(rust_2018_idioms)]

pub mod app;
pub mod constant;
pub mod data;
pub mod mapping;
pub mod rule;
pub mod utils;