tokio-vsock

Crates.iotokio-vsock
lib.rstokio-vsock
version0.6.0
sourcesrc
created_at2019-11-12 22:49:16.569286
updated_at2024-11-13 17:14:42.461694
descriptionAsynchronous Virtio socket support for Rust
homepagehttps://github.com/rust-vsock/tokio-vsock
repositoryhttps://github.com/rust-vsock/tokio-vsock
max_upload_size
id180764
size48,866
Andrew Walbran (qwandor)

documentation

README

tokio-vsock

Asynchronous Virtio socket support for Rust. The implementation is based off of Tokio and Mio's TCPListener and TCPStream interfaces.

Use Cases

The most common use case for tokio-vsock would be writing agents for microvm applications. Examples would include container runtimes.

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
Commit count: 100

cargo fmt