|
пре 7 месеци | |
---|---|---|
.. | ||
src | aaf3778baa rust/zeroable: Implement Zeroable with const_zero macro | пре 6 месеци |
tests | d28ece2487 rust: qemu-api: add sub-subclass to the integration tests | пре 6 месеци |
.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 | 7f65d4e58b rust: add a utility module for compile-time type checks | пре 7 месеци |
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