rcore-os / virtio-drivers

VirtIO guest drivers in Rust.
MIT License
209 stars 63 forks source link

Make types needed to use `VirtIOSocket` public. #145

Closed qwandor closed 4 months ago

qwandor commented 4 months ago

Some of the types used in methods on VirtIOSocket were private, despite the methods being part of the crate's public API. They should also be public so that people can use the methods.