Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelwp/learn_rust
just rust hello world
https://github.com/michaelwp/learn_rust
Last synced: 10 days ago
JSON representation
just rust hello world
- Host: GitHub
- URL: https://github.com/michaelwp/learn_rust
- Owner: michaelwp
- License: mit
- Created: 2021-11-20T03:32:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T23:03:37.000Z (about 3 years ago)
- Last Synced: 2023-03-10T19:18:17.024Z (almost 2 years ago)
- Language: Rust
- Size: 665 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learn_rust
[www.rust-lang.org/learn](https://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](https://forge.rust-lang.org/infra/other-installation-methods.html) if you are on Windows.
---
### What's inside
1. [hello_world](./hello_world)
2. [hello-world-cargo](./hello-world-cargo)
3. [variables-mutability](./variables-mutability)
4. [data-types](./data-types)
5. [if-else-statement](./if-else-statement)
6. [infinite-loop](./infinite-loop)
7. [while-loop](./while-loop)
8. [for-loop](./for-loop)
9. [enum](./enums)
10. [constant](./constant)
11. [tuple](./tuple)
12. [function](./function)
13. [code-block](./code-block)
14. [shadowing](./shadowing)
15. [References](./references)
16. [struct](./structs)
17. [tuple-struct](./tuple-struct)
18. [pass-by-reference](./pass-by-reference)
19. [array](./array)
20. [impl](./impls)
21. [string](./strings)
22. [impl-traits](./impl-traits)
23. [vector](./vector)---
if you feel helping with this repository, please show your love by give a star.