tun2proxy / rust-tun

TUN device creation and handling.
https://docs.rs/tun2/
30 stars 13 forks source link

Replacing `cidr_util` with `ipnet` #41

Closed M0dEx closed 5 months ago

M0dEx commented 5 months ago

In https://github.com/ssrlive/rust-tun/pull/40, a dependency to cidr_util was added. From what I understand, it's a one-time use crate just for tun2.

Could we not replace this with something such as ipnet, which: