Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.54 KB

README.md

File metadata and controls

30 lines (15 loc) · 1.54 KB

GitHub license

Algorithms & Programs in Rust

Rust

What is Rust?

Rust is a systems programming language sponsored by Mozilla which describes it as a "safe, concurrent, practical language", supporting functional and imperative-procedural paradigms. Rust is syntactically similar to C++, but its designers intend it to provide better memory safety while still maintaining performance.

Rust is free and open-source software, released under an MIT License, or Apache License 2.0. Its designers have refined the language through the experiences of writing the Servo web browser layout engine and the Rust compiler. A large proportion of current commits to the project are from community members.

Rust won first place for "most loved programming language" in the Stack Overflow Developer Survey in 2016, 2017, and 2018.

Contribution

Follow the Steps:

  • Give us a star 👍
  • Fork and Clone! Awesome
  • Select existing issues or create a new issue and give us a PR with your programs & algorithms. We love it :) ❤️

License

MIT