pub type ParamMap = HashMap<String, f32>;
A parameter set (name โ value mapping)
pub struct ParamMap { /* private fields */ }