Zhao Liu d28ece2487 rust: qemu-api: add sub-subclass to the integration tests 7 months ago
..
src aaf3778baa rust/zeroable: Implement Zeroable with const_zero macro 6 months ago
tests d28ece2487 rust: qemu-api: add sub-subclass to the integration tests 6 months ago
.gitignore cb7ada5409 rust: allow using build-root bindings.rs from cargo 8 months ago
Cargo.toml c596199f63 rust: cell: add BQL-enforcing RefCell variant 8 months ago
README.md cab1d0bceb rust: build: add "make clippy", "make rustfmt", "make rustdoc" 8 months ago
build.rs cab1d0bceb rust: build: add "make clippy", "make rustfmt", "make rustdoc" 8 months ago
meson.build 7f65d4e58b rust: add a utility module for compile-time type checks 7 months ago

README.md

QEMU bindings and API wrappers

This library exports helper Rust types, Rust macros and C FFI bindings for internal QEMU APIs.

The C bindings can be generated with bindgen, using this build target:

$ make bindings.inc.rs

Generate Rust documentation

Common Cargo tasks can be performed from the QEMU build directory

$ make clippy
$ make rustfmt
$ make rustdoc