Economy Informatics (Sep 2019)

Rust –The Programming Language for Every Industry

  • Cosmin CARTAS

DOI
https://doi.org/10.12948/ei2019.01.05
Journal volume & issue
Vol. 19, no. 1
pp. 45 – 51

Abstract

Read online

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