Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-vmm/vhost
https://github.com/rust-vmm/vhost
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rust-vmm/vhost
- Owner: rust-vmm
- License: apache-2.0
- Created: 2019-02-20T08:39:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T15:41:35.000Z (7 months ago)
- Last Synced: 2024-04-23T14:11:19.099Z (7 months ago)
- Language: Rust
- Size: 600 KB
- Stars: 122
- Watchers: 25
- Forks: 63
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# vhost
The `vhost` workspace hosts libraries related to the vhost and vhost-user
protocols. It currently consists of the following crates:- `vhost` -> A pure rust library for vDPA, vhost and vhost-user.
- `vhost-user-backend` -> It provides a framework to implement `vhost-user`
backend services.