13 breaking releases
0.15.0 | Sep 9, 2024 |
---|---|
0.14.0 | Sep 19, 2023 |
0.13.0 | May 5, 2023 |
0.11.0 | Feb 16, 2023 |
0.0.1 | Mar 14, 2018 |
#927 in Network programming
3,702 downloads per month
Used in 8 crates
(2 directly)
185KB
418 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
~0.9–1.8MB
~38K SLoC