For the guide section, refer to the Introduction for more information.
As per the official Godot-Rust readme
Before launching the examples in the godot editor, you must first run cargo build and wait for the build operations to finish successfully.
At startup, the Godot editor tries to load all resources used by the project, including the native binary. If it isn't present, the editor skips properties or signals associated with the missing NativeScripts in the scene. This will cause the scene tree to be non-functional for any sample that relies on properties or signals configured in the editor.
Contributions are welcome with corrections. Please just create a PR and I would be happy to include your contributions. Please note that any contributions are also licensed under the MIT License
This repository is for educational purposes and freely available under the MIT License.