Hybride Apps
—
Near-system programming with Rust
Rust is a relatively new programming language, wich was developed by Mozilla Research. Rust aims especially on secure code and the avoidance of errors. The language offers concepts, wich avoids most of the common mistakes directly. Since Rust is close to the system, its extremely performant. Rust also is very well when creating high scalable concurrent applications. Rust is a multifunctional language. A framework like Rocket enables the application of Rust benefits in the web, to create high scalable and reliable APIs, for example.