allow public uses of structs; add sample program
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#[derive(Debug, Eq, PartialEq)]
|
||||
pub struct Variable {
|
||||
pub(crate) id: String,
|
||||
pub(crate) initial_value: String,
|
||||
pub id: String,
|
||||
pub initial_value: String,
|
||||
}
|
||||
|
||||
impl From<String> for Variable {
|
||||
|
||||
Reference in New Issue
Block a user