Add values, complete the board edges and nodes wise
This commit is contained in:
@@ -14,7 +14,7 @@ pub struct Node {
|
||||
#[derive(Serialize, Deserialize, Debug, Default)]
|
||||
#[serde(default)]
|
||||
pub struct Board {
|
||||
pub labels: HashMap<String, Vec<String>>,
|
||||
pub labels: HashMap<String, HashSet<String>>,
|
||||
pub nodes: HashMap<usize, Node>,
|
||||
}
|
||||
impl Board {
|
||||
|
||||
Reference in New Issue
Block a user