Why RUST?

Frist of all RUST is programming language developed by Mozilla in 2010. The main purpose of using considering rust as a choice is its for safety, speed and concurrency. It is a statically typed language which means that it must be compiled before running.
We can build extremly fast applications with control over memory management, sure it has a weird syntax but what the hell, the output is smooth as butter.

Features of Rust

Performance

Safe memory space allocation

Threads without data races

Efficient C bindings

Zero-cost abstraction

Error Management