a plugin for inter-compatibility with rust inside gradle projects.
you can import gradle-rust from gradle's plugin portal just by adding it to your plugins
block:
plugins {
id("fr.stardustenterprises.rust.wrapper") version "3.2.4"
}
check out this example repository to learn in detail how to use gradle-rust
if you ever encounter any problem related to this project, you can open an issue describing what the problem is. please, be as precise as you can, so that we can help you asap. we are most likely to close the issue if it is not related to our work.
you can contribute by forking the repository, making your changes and creating a new pull request describing what you changed, why and how.
this project is under the ISC license.