QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Paolo Bonzini 907d2bbb80 rust: synchronize dependencies between subprojects and Cargo.lock 2 years ago
..
src rust: introduce a c_str macro 2 years ago
tests rust: introduce a c_str macro 2 years ago
.gitignore rust: add crate to expose bindings and interfaces 2 years ago
Cargo.lock rust: synchronize dependencies between subprojects and Cargo.lock 2 years ago
Cargo.toml rust: synchronize dependencies between subprojects and Cargo.lock 2 years ago
README.md rust: add crate to expose bindings and interfaces 2 years ago
build.rs rust: add crate to expose bindings and interfaces 2 years ago
meson.build rust: introduce a c_str macro 2 years ago

README.md

QEMU bindings and API wrappers

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

Generate Rust documentation

To generate docs for this crate, including private items:

cargo doc --no-deps --document-private-items