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

Download history 879/week @ 2024-07-03 1007/week @ 2024-07-10 1118/week @ 2024-07-17 668/week @ 2024-07-24 851/week @ 2024-07-31 816/week @ 2024-08-07 1048/week @ 2024-08-14 791/week @ 2024-08-21 770/week @ 2024-08-28 1012/week @ 2024-09-04 1039/week @ 2024-09-11 1077/week @ 2024-09-18 1165/week @ 2024-09-25 764/week @ 2024-10-02 936/week @ 2024-10-09 724/week @ 2024-10-16

3,789 downloads per month
Used in 10 crates (4 directly)

MIT license

13KB
272 lines

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

~1–1.8MB
~39K SLoC