You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/rust/qemu-api-macros
Paolo Bonzini f07a5674cf rust: qemu_api_macros: add Wrapper derive macro
Add a derive macro that makes it easy to peel off all the layers of
specialness (UnsafeCell, MaybeUninit, etc.) and just get a pointer
to the wrapped type; and likewise add them back starting from a
*mut.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2 months ago
..
src rust: qemu_api_macros: add Wrapper derive macro 2 months ago
Cargo.toml rust: include rust_version in Cargo.toml 3 months ago
meson.build rust: qemu-api-macros: always process subprojects before dependencies 6 months ago