You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/rust/qemu-api
Paolo Bonzini 4b66abead9 rust: qdev: support returning errors from realize
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2 days ago
..
src rust: qdev: support returning errors from realize 2 days ago
tests rust: Fix Zhao's email address 2 weeks ago
.gitignore rust: allow using build-root bindings.rs from cargo 6 months ago
Cargo.toml rust: qemu-api: add bindings to Error 2 days ago
README.md rust: build: add "make clippy", "make rustfmt", "make rustdoc" 6 months ago
build.rs rust: clippy: enable uninlined_format_args lint 1 month ago
meson.build rust: qemu-api: add bindings to Error 2 days 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