This is a small tool that quickly scaffolds a simple boilerplate project for Godot-Rust.
This crate is hosted on crates.io, meaning you can install it with:
$ cargo install scaffold-godot-rustFirst, clone the repository:
$ git clone https://github.com/ByteAtATime/scaffold-godot-rust
$ cd scaffold-godot-rustThen you can build:
$ cargo build # --releaseYou literally just run the built executable and answer the prompts. When you're done, it scaffolds the project automatically.