16 unstable releases (4 breaking)
| 0.5.1 | Aug 27, 2024 |
|---|---|
| 0.5.0 | Apr 9, 2024 |
| 0.4.0 | Dec 5, 2023 |
| 0.3.0 | Jul 29, 2022 |
| 0.1.4 | Nov 12, 2019 |
#382 in Network programming
109,837 downloads per month
Used in 17 crates
(2 directly)
15KB
302 lines
vsock-rs
Virtio socket support for Rust. Implements VsockListener and VsockStream
which are analogous to the std::net::TcpListener and std::net::TcpStream types.
Usage
Refer to the crate documentation.
Testing
Prerequisites
You will need a recent qemu-system-x86_64 build in your path.
Host
Setup the required virtio kernel modules:
make kmod
Start the test vm, you can shutdown the vm with the keyboard shortcut Ctrl+A and then x:
make vm
Tests
Run the test suite with:
make check
lib.rs:
Virtio socket support for Rust.
Dependencies
~1.5MB
~36K SLoC