Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frantallukas10/rust-fundamentals
https://github.com/frantallukas10/rust-fundamentals
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frantallukas10/rust-fundamentals
- Owner: frantallukas10
- License: mit
- Created: 2020-02-24T15:44:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T15:53:53.000Z (almost 5 years ago)
- Last Synced: 2024-11-18T21:59:43.580Z (2 months ago)
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RUST fundamentals
## intalation windows
- [https://www.rust-lang.org/tools/install](rust installation)
- You need add environments path `C:\%USERPROFILE%\.cargo\bin`
- [https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019) download Powerful IDE, free for students,...
install it like this
![1](./images/1.png)## packages
- [page with rust packages](https://crates.io/keywords/parser)
## documentation
- [doc](https://doc.rust-lang.org/book/)
## runners
- `cargo build` - build your project
- `cargon run` - build and run rust project## cookbook
`std` - is standard library which contains io library
`io` - is lib for get input output scope