qemu/rust
Paolo Bonzini 2409089b87 rust: use native Meson support for clippy and rustdoc
Meson has support for invoking clippy and rustdoc on all crates (1.7.0 for
clippy, 1.8.0 for rustdoc).  Use it instead of the homegrown version; this
requires disabling the multiple_crate_versions lint (the only one that was
enabled from the "cargo" group)---which was not particularly useful anyway
because all dependencies are converted by hand into Meson subprojects.

rustfmt is still not supported.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-06-03 22:42:18 +02:00
..
hw rust: make declaration of dependent crates more consistent 2025-05-28 19:35:55 +02:00
qemu-api rust: cell: remove support for running doctests with "cargo test --doc" 2025-06-03 22:42:18 +02:00
qemu-api-macros rust: make declaration of dependent crates more consistent 2025-05-28 19:35:55 +02:00
.gitignore rust: add bindgen step as a meson dependency 2024-10-11 12:32:17 +02:00
Cargo.lock rust: remove offset_of replacement 2025-05-06 16:02:04 +02:00
Cargo.toml rust: use native Meson support for clippy and rustdoc 2025-06-03 22:42:18 +02:00
Kconfig rust: add PL011 device model 2024-11-05 14:18:15 +01:00
meson.build rust: use native Meson support for clippy and rustdoc 2025-06-03 22:42:18 +02:00
rustfmt.toml rust: add crate to expose bindings and interfaces 2024-10-11 12:32:17 +02:00
wrapper.h include/system: Move exec/address-spaces.h to system/address-spaces.h 2025-04-23 14:08:21 -07:00