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

#1190 in Network programming

Download history 681/week @ 2024-07-29 872/week @ 2024-08-05 1015/week @ 2024-08-12 724/week @ 2024-08-19 782/week @ 2024-08-26 842/week @ 2024-09-02 1250/week @ 2024-09-09 1141/week @ 2024-09-16 1134/week @ 2024-09-23 890/week @ 2024-09-30 982/week @ 2024-10-07 717/week @ 2024-10-14 1081/week @ 2024-10-21 1116/week @ 2024-10-28 812/week @ 2024-11-04 730/week @ 2024-11-11

3,804 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