5 unstable releases

0.3.1 Dec 9, 2020
0.3.0 Aug 14, 2020
0.2.2 Dec 17, 2018
0.2.1 Jul 25, 2018
0.0.1 Mar 14, 2018

#5 in #qapi

Download history 306/week @ 2023-12-13 327/week @ 2023-12-20 266/week @ 2023-12-27 260/week @ 2024-01-03 641/week @ 2024-01-10 397/week @ 2024-01-17 313/week @ 2024-01-24 269/week @ 2024-01-31 249/week @ 2024-02-07 352/week @ 2024-02-14 293/week @ 2024-02-21 252/week @ 2024-02-28 315/week @ 2024-03-06 303/week @ 2024-03-13 354/week @ 2024-03-20 238/week @ 2024-03-27

1,247 downloads per month
Used in 9 crates (4 directly)

MIT license

10KB
272 lines

qapi-rs

travis-badge 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.6.0", features = [ "qmp" ] }

Examples

Short examples are available for both QMP and Guest Agent. Async/nonblocking examples using tokio are also available.

Dependencies

~0.9–1.6MB
~36K SLoC