10 releases (breaking)

0.11.0 Sep 9, 2024
0.10.0 Sep 19, 2023
0.9.1 Jul 21, 2022
0.6.0 Sep 9, 2021
0.0.1 Mar 14, 2018

#4 in #qapi

Download history 1168/week @ 2024-09-14 1123/week @ 2024-09-21 908/week @ 2024-09-28 989/week @ 2024-10-05 743/week @ 2024-10-12 969/week @ 2024-10-19 1164/week @ 2024-10-26 878/week @ 2024-11-02 739/week @ 2024-11-09 828/week @ 2024-11-16 751/week @ 2024-11-23 669/week @ 2024-11-30 708/week @ 2024-12-07 596/week @ 2024-12-14 376/week @ 2024-12-21 206/week @ 2024-12-28

1,999 downloads per month
Used in 11 crates (via qapi-codegen)

MIT license

23KB
579 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

~0.7–1.6MB
~34K SLoC