vhost: Add README for the workspace
Provide basic details of the workspace and what crates it hosts at the moment. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
parent
b1f572160d
commit
fde488e72b
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue