--- title: Rust eleventyNavigation: key: Rust parent: Languages order: 1 --- The way [Rust](https://www.rust-lang.org/) works at alwaysdata is very standard. If you are used to using Rust on a Unix system, e.g. Linux, then you already know almost everything you need. - Rust is a compiled language that does not need an interpreter to run the programs but [version](/en/docs/web-hosting/languages/rust/configuration/#version) 1.78 is available. - Its [HTTP deployment](/en/docs/web-hosting/languages/rust/configuration/#deployment-http) is simple. Our marketplace provides the installation of the [Rocket](https://rocket.rs/) framework and lot of other applications are compatible.