EchoAlice/my_kademlia

Stronger typing on `crate::helper::Node` type

Closed this issue · 1 comments

pub ip_address: &'static str,
pub udp_port: &'static str,

there are conventional types for these data, e.g. something like (https://doc.rust-lang.org/std/net/struct.Ipv4Addr.html, u16)

fixed in #7