Popularity
2.0
Stable
Activity
0.0
Stable
50
3
6
Programming language: Rust
Add another 'Google App Engine' Package
README
Rust App Engine
This projects is a minimal boilerplate ro run Rust web application inside Google App Engine.
To deploy it use Google Cloud Shell:
```sh
$ gcloud preview app deploy
```
Note: Sources builds automatically inside docker container. But if you build it locally, GCS takes time to upload
targetcontent which never used. Removetargetbefore deployment.