1#![warn(rust_2018_idioms)] 2 3pub mod app; 4pub mod constant; 5pub mod data; 6pub mod mapping; 7pub mod rule; 8pub mod utils;