mod bind; mod endpoint; mod tun; /* A pure dummy platform available during "test-time" * * The use of the dummy platform is to enable unit testing of full WireGuard, * the configuration interface and the UAPI parser. */ pub use bind::*; pub use endpoint::*; pub use tun::*;