17 releases (breaking)

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.2 Mar 14, 2018

#523 in Asynchronous

Download history 2162/week @ 2025-08-12 3363/week @ 2025-08-19 2076/week @ 2025-08-26 2391/week @ 2025-09-02 3069/week @ 2025-09-09 2397/week @ 2025-09-16 3054/week @ 2025-09-23 4168/week @ 2025-09-30 15640/week @ 2025-10-07 13492/week @ 2025-10-14 15413/week @ 2025-10-21 20055/week @ 2025-10-28 21755/week @ 2025-11-04 17807/week @ 2025-11-11 16469/week @ 2025-11-18 13319/week @ 2025-11-25

71,710 downloads per month
Used in 7 crates (4 directly)

MIT license

97KB
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.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–12MB
~98K SLoC