| Crates.io | rsj |
| lib.rs | rsj |
| version | 0.0.4 |
| created_at | 2025-04-21 22:07:38.95352+00 |
| updated_at | 2025-04-23 14:12:54.08433+00 |
| description | Rusty Java is a tool for using a Rust-like folder structure for Java projects. |
| homepage | https://zanderlewis.dev |
| repository | https://github.com/zanderlewis/rusty-java |
| max_upload_size | |
| id | 1643304 |
| size | 59,306 |
RSJ is a tool written in Rust for using a cargo-like file structure for Gradle Java projects. It is designed to be a simple and easy-to-use tool for managing Java projects with a clean, minimal directory structure.
$ rsj init # Create a new RSJ project
$ rsj build # Build the project
$ rsj run # Build and run the project
$ rsj clean # Clean build artifacts