/learn_rust

just rust hello world

Primary LanguageRustMIT LicenseMIT

learn_rust

www.rust-lang.org/learn. Don't let your skill rusty !


installation

  • for macOS, Linux, or another Unix-like OS : $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

  • Other Installation Methods if you are on Windows.


What's inside

  1. hello_world
  2. hello-world-cargo
  3. variables-mutability
  4. data-types
  5. if-else-statement
  6. infinite-loop
  7. while-loop
  8. for-loop
  9. enum
  10. constant
  11. tuple
  12. function
  13. code-block
  14. shadowing
  15. References
  16. struct
  17. tuple-struct
  18. pass-by-reference
  19. array
  20. impl
  21. string
  22. impl-traits
  23. vector

if you feel helping with this repository, please show your love by give a star.