#[derive(Debug, Clone)] struct ReactionMapping { mapping: HashMap, } lazy_static! { static ref REACTIONS_CACHE: Mutex> = Mutex::new(HashMap::new()); }