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

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