👉 Rust is a high-level, statically typed programming language primarily used for web development and embedded systems. It was created by Rust-lang and is based on C++.
The main features of Rust are:
1.
Strongly Typed
: It provides strong type safety, ensuring that types are correctly typed at compile-time.
2.
Dynamic Typing
: Allows you to dynamically create new types without explicit typing.
3.
Stronger Type Inference
: Provides more precise type inference and can be used