tokio-qapi

Crates.iotokio-qapi
lib.rstokio-qapi
version0.4.0
sourcesrc
created_at2018-03-14 00:57:06.756304
updated_at2018-12-17 22:35:15.592168
descriptionQEMU QMP and Guest Agent API tokio adapter
homepage
repositoryhttps://github.com/arcnmx/qapi-rs
max_upload_size
id55466
size25,597
(arcnmx)

documentation

http://arcnmx.github.io/qapi-rs/tokio_qapi

README

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.

There are two features (qga and qmp) which enable their respective functionality. They can be enabled in your Cargo.toml:

[dependencies]
qapi = { version = "0.4.0", features = [ "qmp" ] }

Examples

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

Commit count: 144

cargo fmt