Example of using the Rust programming language with Garden.
Local development with live code synchronization:
garden deploy --sync
Local deployment with a release mode build:
garden deploy --env release
Note: the first time build might take a long time, but subsequent builds should be faster.