15 unstable releases (6 breaking)

0.7.0 Dec 25, 2024
0.6.0 Nov 13, 2024
0.5.0 Jan 17, 2024
0.4.0 Jan 9, 2023
0.1.1 Nov 13, 2019

#1064 in Network programming

Download history 12673/week @ 2024-09-21 14680/week @ 2024-09-28 15660/week @ 2024-10-05 14373/week @ 2024-10-12 21158/week @ 2024-10-19 18282/week @ 2024-10-26 15627/week @ 2024-11-02 15620/week @ 2024-11-09 17156/week @ 2024-11-16 14410/week @ 2024-11-23 16677/week @ 2024-11-30 17453/week @ 2024-12-07 16424/week @ 2024-12-14 7990/week @ 2024-12-21 8616/week @ 2024-12-28 13365/week @ 2025-01-04

49,240 downloads per month
Used in 17 crates (11 directly)

Apache-2.0

28KB
473 lines

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

Dependencies

~5–13MB
~155K SLoC