gw_bin/
context.rs

1use std::collections::HashMap;
2
3pub type Context = HashMap<&'static str, String>;