{"id":70453,"library":"tokio-vsock","title":"Tokio VSock","description":"Asynchronous Virtio socket support for Rust.","status":"active","version":"0.7.2","language":"rust","source_language":null,"source_url":"https://github.com/rust-vsock/tokio-vsock","tags":["vsock","virtio","async","tokio","networking"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntokio-vsock = \"0.7.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tokio-vsock","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"VsockStream","correct":"use tokio_vsock::VsockStream;"}],"quickstart":{"code":"use tokio_vsock::VsockStream;\n\n#[tokio::main]\nasync fn main() {\n    let stream = VsockStream::connect(1, 1234).await.unwrap();\n    println!(\"Connected\");\n}","lang":"rust","description":"Connect to a vsock endpoint asynchronously."},"warnings":[{"fix":"Ensure you are using #[tokio::main] or similar runtime.","message":"Requires tokio runtime","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'async':11 'asynchron':3 'network':13 'rust':8 'socket':5 'support':6 'tokio':1,12 'virtio':4,10 'vsock':2,9","created_at":"2026-06-17T18:14:13.476443+00:00","updated_at":"2026-06-17T18:14:13.476443+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rust-vsock/tokio-vsock","github":"https://github.com/rust-vsock/tokio-vsock","docs":"https://docs.rs/tokio-vsock/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}