qapi 0.0.2

QEMU QMP and Guest Agent API
Documentation

qapi-rs

travis-badge release-badge docs-badge license-badge

A rust library for interfacing with QEMU QAPI sockets.

Documentation

See the documentation for up to date information, as well as the reference documentation for both the QEMU Machine Protocol and Guest Agent APIs.

Examples

Short examples are available for both QMP and Guest Agent. Async/nonblocking examples using tokio are also available.