Abstract
Creating web apps is one way you can use Rust. With frameworks like Rocket you can create fast and secure applications. Then, deploying your project is a task you can complete with any CI/CD tool that supports Rust and the platform you choose. This workshop will guide you through the whole process.
Creating web apps is one way you can use Rust. There are frameworks like Rocket that you can use for creating fast and secure applications. After that, deploying your project to a cloud platform like Heroku is a task you can complete with any CI/CD tool that supports Rust and the platform you choose. GitLab CI is a tool that works well with Rust projects.
This workshop will take you through the process of creating your first Rust web app and deploying to a platform like Heroku.