Skip to main content

Deploy Rust Apps

Rust is a popular system programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. Rust is served as a compiled language, which means that you need to compile your Rust code before you can run it.

Popular Rust web frameworks include Rocket, Actix, [Tide](