From a0ca915ee53e50261deb95c6615f7d7657912215 Mon Sep 17 00:00:00 2001 From: Damian Peckett Date: Wed, 15 May 2024 10:34:11 +0200 Subject: [PATCH] docs: definitely no longer alpha quality Given tokio-vsock has been used in production for a number of years now, it's definitely no longer alpha quality. Signed-off-by: Damian Peckett --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index d799e38..8f8de5a 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,6 @@ Asynchronous Virtio socket support for Rust. The implementation is based off of Tokio and Mio's `TCPListener` and `TCPStream` interfaces. -tokio-vsock is for the most part **pre-alpha** quality, so there are probably -**sharp edges**. Please test it thoroughly before using in production. Happy to receive -pull requests and issue reports. - ## Use Cases The most common use case for tokio-vsock would be writing agents for microvm @@ -30,7 +26,7 @@ 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```: +Start the test vm, you can shutdown the vm with the keyboard shortcut `Ctrl+A` and then `x`: ``` make vm