Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 645 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 645 Bytes

Libvhost

CI

A library for building vhost-user protocol servers.

Quickstart

Building the project:

CC=clang meson setup build
ninja -C build

Running tests locally:

ninja test -C build