meh / rust-tun

TUN device creation and handling.
369 stars 148 forks source link

Reader/Writer not public #101

Open 0rphon opened 4 days ago

0rphon commented 4 days ago

The Reader and Writer structs returned by Device::split are not publicly accessible, so users cant import them to add them to their own fields/function signatures.

ssrlive commented 4 days ago

PR welcome.