What is Rust and what are its Mordern day use and Why it is gaining Popularity?


Date-10/12/21


Rust is general-purpose,High-level language which is developed by Rust Foundation in 2010 and also is most loved language for 6 year in rows according to Stack Overflow Developer survey It is generally loved because of its Borrow checker feature making it developer friendly as it remove hassle of memory safety without garbage collection completely along with that,rust is syntactically similar to C++ but far more faster than C++ ,A huge amount of Developers are switching to rust because of its speed and Memory Safety,A "Hello world" program in rust look like-



Its Framework Rocket is a web framework for Rust that makes it simple to write fast, secure web applications without sacrificing flexibility, usability, or type safety is getting popularity real fast with 15.1k star on Github because of its flexibility and speed on its Web applications Along with that Azul is Free Cross platform(Linux,Window,MacOS) Desktop GUI Framework for Rust and C backed by Mozilla WebRender Engine with 5K Stars on Github which is gathering love fast from developers because of its OpenGl Integration and XML to rust compiler


Thanks