|
8 月之前 | |
---|---|---|
.. | ||
src | 6b4f7b0705 rust: pl011: fix migration stream | 8 月之前 |
tests | ba3b81f3b6 rust: qom: add initial subset of methods on Object | 8 月之前 |
.gitignore | cb7ada5409 rust: allow using build-root bindings.rs from cargo | 8 月之前 |
Cargo.toml | c596199f63 rust: cell: add BQL-enforcing RefCell variant | 8 月之前 |
README.md | cab1d0bceb rust: build: add "make clippy", "make rustfmt", "make rustdoc" | 8 月之前 |
build.rs | cab1d0bceb rust: build: add "make clippy", "make rustfmt", "make rustdoc" | 8 月之前 |
meson.build | e05fbacd20 rust: qemu-api: add a module to wrap functions and zero-sized closures | 8 月之前 |
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
Common Cargo tasks can be performed from the QEMU build directory
$ make clippy
$ make rustfmt
$ make rustdoc