Hello, I am the author of the rust-maven-plugin ( https://github.com/questdb/rust-maven-plugin/).
We use this plugin ourselves at QuestDB and in CI `mvn compile` takes around 8 minutes. It appears that the Java and Rust builds happen serially. Is there a way to parallelise things so our plugin kicks off building Rust in parallel while the Kava code is building? Your advice is much appreciated! Thanks, Adam
