pogpen 0.2.0

renders parameter inputs and a markdown file to an easy-to-use operations game plan
Documentation
1
2
3
4
5
6
7
use render::linked_hash_map::LinkedHashMap;
use render::parameter::ParameterDetail;

#[derive(Serialize, Deserialize, Debug)]
pub struct ContextFile {
    pub parameters : LinkedHashMap<String, ParameterDetail>
}