apache/gravitino
GitHub で見る[Subtask] Use Rust Gradle plugin improve Rust compile script
Open
#5,743 opened on 2024年12月3日
good first issuehelp wantedsubtask
Repository metrics
- Stars
- (3,058 stars)
- PR merge metrics
- (PR metrics pending)
説明
Describe the subtask
Now, Gravitino filesystem fuse model uses a script to run the Rust command to compile, test, check code style, and more...
We better use Rust Gradle plugin to manage and compile filesystem-fuse model. We can refer these project:
- https://stardust-enterprises.github.io/gradle-rust/
- https://github.com/stardust-enterprises/gradle-rust
- https://github.com/stardust-enterprises/gradle-rust-example
- https://github.com/liurenjie1024/rust-gradle-plugin
- https://github.com/search?q=rust%20gradle&type=repositories
- https://plugins.gradle.org/search?term=rust
Parent issue
#5504