Re: [RFC PATCH v4 1/7] build-sys: Add rust feature option

2024-07-08 Thread Paolo Bonzini
On Thu, Jul 4, 2024 at 2:16 PM Manos Pitsidianakis wrote: > > Add options for Rust in meson_options.txt, meson.build, configure to > prepare for adding Rust code in the followup commits. > > `rust` is a reserved meson name, so we have to use an alternative. > `with_rust` was chosen. Did you find

[RFC PATCH v4 1/7] build-sys: Add rust feature option

2024-07-04 Thread Manos Pitsidianakis
Add options for Rust in meson_options.txt, meson.build, configure to prepare for adding Rust code in the followup commits. `rust` is a reserved meson name, so we have to use an alternative. `with_rust` was chosen. A cargo_wrapper.py script is added that is heavily based on the work of Marc-André