pub type CompileContext = RuleContext;
pub struct CompileContext { pub workspace: PathBuf, pub env: HashMap<String, String>, /* private fields */ }
workspace: PathBuf
env: HashMap<String, String>