mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-05 23:11:29 +03:00
major refactor
every instance of lan-mouse can now simultaneously send and receive events
This commit is contained in:
@@ -17,7 +17,7 @@ pub struct Clients {
|
||||
pub bottom: Option<Client>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
#[derive(Serialize, Deserialize, Debug, Eq, PartialEq)]
|
||||
pub struct Client {
|
||||
pub host_name: Option<String>,
|
||||
pub ip: Option<IpAddr>,
|
||||
|
||||
Reference in New Issue
Block a user