|
7 mēneši atpakaļ | |
---|---|---|
.. | ||
src | aaf3778baa rust/zeroable: Implement Zeroable with const_zero macro | 6 mēneši atpakaļ |
tests | d28ece2487 rust: qemu-api: add sub-subclass to the integration tests | 6 mēneši atpakaļ |
.gitignore | cb7ada5409 rust: allow using build-root bindings.rs from cargo | 8 mēneši atpakaļ |
Cargo.toml | c596199f63 rust: cell: add BQL-enforcing RefCell variant | 8 mēneši atpakaļ |
README.md | cab1d0bceb rust: build: add "make clippy", "make rustfmt", "make rustdoc" | 8 mēneši atpakaļ |
build.rs | cab1d0bceb rust: build: add "make clippy", "make rustfmt", "make rustdoc" | 8 mēneši atpakaļ |
meson.build | 7f65d4e58b rust: add a utility module for compile-time type checks | 7 mēneši atpakaļ |
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