1 2 3 4 5
pub mod delete; pub mod read; pub mod write; pub type Rule = Vec<(String, String, String)>;