Registry / networking / vhost-user-backend

vhost-user-backend

JSON →
library0.22.0rscratesunverified

A framework to build vhost-user backend service daemon.

# Cargo.toml [dependencies] vhost-user-backend = "0.22.0"
INSTALL
IMPORT
SIG · VHOST-USER-BACKEND
V
vhost-user-backend
networkingrustv0.22.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VhostUserBackend
✓ use vhost_user_backend::VhostUserBackend;

Initializes a new vhost-user backend daemon.

use vhost_user_backend::VhostUserBackend; fn main() { let backend = VhostUserBackend::new(); println!("Backend initialized"); }
Debug
Known issues
gotchaRequires Linux with vhost support and appropriate permissions.
fix
Run with root privileges or add user to the 'kvm' group.
affects: >=0.1.0
Upgrade
Version history
0.22.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
vhost-user-backend — cargo add vhost-user-backend · libregistry