|
hace 10 meses | |
---|---|---|
.. | ||
src | ce4a144cf8 rust: do not use --generate-cstr | hace 9 meses |
tests | ce4a144cf8 rust: do not use --generate-cstr | hace 9 meses |
.gitignore | 5a5110d290 rust: add crate to expose bindings and interfaces | hace 10 meses |
Cargo.toml | f351840088 rust: introduce alternative implementation of offset_of! | hace 9 meses |
README.md | 5a5110d290 rust: add crate to expose bindings and interfaces | hace 10 meses |
build.rs | f351840088 rust: introduce alternative implementation of offset_of! | hace 9 meses |
meson.build | f351840088 rust: introduce alternative implementation of offset_of! | hace 9 meses |
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:
$ ninja bindings.rs
To generate docs for this crate, including private items:
cargo doc --no-deps --document-private-items