qapi-parser

Crates.ioqapi-parser
lib.rsqapi-parser
version0.11.0
created_at2018-03-14 00:23:19.961901+00
updated_at2024-09-09 19:50:21.150862+00
descriptionQEMU QAPI JSON specification parser
homepage
repositoryhttps://github.com/arcnmx/qapi-rs
max_upload_size
id55457
size22,147
(arcnmx)

documentation

https://docs.rs/qapi-parser/

README

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.

Commit count: 156

cargo fmt