Economy Informatics (Sep 2019)
Rust –The Programming Language for Every Industry
Abstract
Programming languages are continuously evolving by focusing on the following criteria: speed and ease of use. Rust is a system programming language developed by Mozilla Foundation, which offers features of a high-level language implemented by the principle of zero cost abstraction and is very efficient in terms of performance.It provides a memory safety mechanism without using a garbage collector that could affect the performance, called borrow checker. Rust is providing out of the box a package manager used for importing dependencies, building and distribution of a project.
Keywords