Files
TechradarDev/radar/2021-01-01/rust.md
jochen weber 9365056547 Add rust
2021-04-29 10:06:53 +02:00

1.9 KiB

title, ring, quadrant, featured
title ring quadrant featured
Rust assess languages-and-frameworks true

Rust is a young and modern programming language initialy developed by Mozilla Research.

It provides a strict typesystem, compile-time memory-safety, excellent package manager, objectoriented & functional programming, task-based concurency, good readability and maintainability and many more. It has a C/C++ comparable efficiency and helps the programmer to avoid unnecessary security-relevant memory-related bugs during compile-time. Since every memory-allocation is directly released after it can't be used anymore (owner deletion), no garbage collection is needed.

C/C++ code/libraries can be integrated by it's binding generator tool.

At stackoverflow it is votes 5 years in a row (2016, 2017, 2018, 2019, 2020) for the most loved programming-language by programmers. The popularity is growing continuous.

With it's memory-safety/efficiency and energy-efficiency it help's to save money for bug-fixing, energy and cloud-computing.