6 releases
0.3.2 | Sep 9, 2024 |
---|---|
0.3.1 | Dec 9, 2020 |
0.3.0 | Aug 14, 2020 |
0.2.2 | Dec 17, 2018 |
0.0.1 | Mar 14, 2018 |
#3 in #qapi
3,789 downloads per month
Used in 10 crates
(4 directly)
13KB
272 lines
qapi-rs
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.15", features = [ "qmp" ] }
Examples
Short examples are available for both QMP and Guest Agent. Async/nonblocking examples using tokio are also available.
Dependencies
~1–1.8MB
~39K SLoC