|
vor 6 Monaten | |
---|---|---|
.. | ||
src | f07a5674cf rust: qemu_api_macros: add Wrapper derive macro | vor 5 Monaten |
tests | d556226d69 rust: qom: get rid of ClassInitImpl | vor 5 Monaten |
.gitignore | cb7ada5409 rust: allow using build-root bindings.rs from cargo | vor 8 Monaten |
Cargo.toml | 4cfe9edb1b rust: subprojects: add libc crate | vor 5 Monaten |
README.md | cab1d0bceb rust: build: add "make clippy", "make rustfmt", "make rustdoc" | vor 8 Monaten |
build.rs | cab1d0bceb rust: build: add "make clippy", "make rustfmt", "make rustdoc" | vor 8 Monaten |
meson.build | f07a5674cf rust: qemu_api_macros: add Wrapper derive macro | vor 5 Monaten |
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