improvements

This commit is contained in:
Daniel Løvbrøtte Olsen
2020-03-30 02:21:16 +02:00
parent 2fedf3ff85
commit b5ce47f182
4 changed files with 40 additions and 152 deletions

View File

@@ -2,6 +2,8 @@ use serde::{Serialize, Deserialize};
use serde_repr::*;
use uuid::Uuid;
use std::net::IpAddr;
#[derive(Default, Debug, Serialize, Deserialize, Clone)]
pub struct WUnit {
pub id: Uuid,