16 releases

0.11.1 Sep 19, 2023
0.11.0 May 5, 2023
0.10.4 May 5, 2023
0.10.2 Sep 29, 2022
0.0.1 Mar 14, 2018

#847 in Development tools

Download history 292/week @ 2023-12-23 199/week @ 2023-12-30 515/week @ 2024-01-06 456/week @ 2024-01-13 330/week @ 2024-01-20 282/week @ 2024-01-27 158/week @ 2024-02-03 344/week @ 2024-02-10 276/week @ 2024-02-17 330/week @ 2024-02-24 255/week @ 2024-03-02 268/week @ 2024-03-09 388/week @ 2024-03-16 224/week @ 2024-03-23 398/week @ 2024-03-30 411/week @ 2024-04-06

1,449 downloads per month
Used in 9 crates (2 directly)

MIT license

48KB
1K SLoC

qapi-rs

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.14", features = [ "qmp" ] }

Examples

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

Dependencies

~0.7–1.4MB
~33K SLoC