16 releases (breaking)

0.14.0 Sep 19, 2023
0.13.0 May 5, 2023
0.12.0 Apr 25, 2023
0.11.0 Feb 16, 2023
0.0.2 Mar 14, 2018

#1461 in Network programming

Download history 228/week @ 2023-12-15 255/week @ 2023-12-22 168/week @ 2023-12-29 405/week @ 2024-01-05 462/week @ 2024-01-12 346/week @ 2024-01-19 267/week @ 2024-01-26 167/week @ 2024-02-02 295/week @ 2024-02-09 267/week @ 2024-02-16 333/week @ 2024-02-23 296/week @ 2024-03-01 266/week @ 2024-03-08 338/week @ 2024-03-15 264/week @ 2024-03-22 291/week @ 2024-03-29

1,205 downloads per month
Used in 5 crates (3 directly)

MIT license

91KB
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

~1–12MB
~118K SLoC