]> git.proxmox.com Git - proxmox.git/commit
proxmox_async: move io::udp to net::udp
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 2 Feb 2022 11:47:06 +0000 (12:47 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 2 Feb 2022 11:54:39 +0000 (12:54 +0100)
commit807a70cecc93a888ceb04a6dda1101d39158a21b
tree2b540d1823e52560557d67ef9df8b85dbb031806
parent9ebf24b4f87a62e0209174e4485a43a11d99b230
proxmox_async: move io::udp to net::udp

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-async/src/io/mod.rs
proxmox-async/src/io/udp.rs [deleted file]
proxmox-async/src/lib.rs
proxmox-async/src/net/mod.rs [new file with mode: 0644]
proxmox-async/src/net/udp.rs [new file with mode: 0644]