Skip to main content

gribberish_types/
lib.rs

1pub struct Parameter {
2    pub name: String,
3    pub unit: String,
4    pub abbrev: String,
5}