9 releases (breaking)

0.10.0 Sep 19, 2023
0.9.1 Jul 21, 2022
0.9.0 Apr 24, 2022
0.6.0 Sep 9, 2021
0.0.1 Mar 14, 2018

#2690 in Parser implementations

Download history 215/week @ 2024-01-01 587/week @ 2024-01-08 468/week @ 2024-01-15 329/week @ 2024-01-22 286/week @ 2024-01-29 186/week @ 2024-02-05 400/week @ 2024-02-12 274/week @ 2024-02-19 251/week @ 2024-02-26 283/week @ 2024-03-04 273/week @ 2024-03-11 427/week @ 2024-03-18 241/week @ 2024-03-25 443/week @ 2024-04-01 454/week @ 2024-04-08 254/week @ 2024-04-15

1,417 downloads per month
Used in 10 crates (via qapi-codegen)

MIT license

21KB
547 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.14", features = [ "qmp" ] }

Examples

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

Dependencies

~0.6–1.4MB
~32K SLoC