https://github.com/krishpranav/learnrust
A repo for learning rust
https://github.com/krishpranav/learnrust
learn linux macos rust rust-lang visualstudiocode vscode windows
Last synced: 6 months ago
JSON representation
A repo for learning rust
- Host: GitHub
- URL: https://github.com/krishpranav/learnrust
- Owner: krishpranav
- License: apache-2.0
- Created: 2021-11-07T06:28:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T05:46:21.000Z (about 4 years ago)
- Last Synced: 2025-03-27T18:17:04.249Z (11 months ago)
- Topics: learn, linux, macos, rust, rust-lang, visualstudiocode, vscode, windows
- Language: Rust
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learnrust
A repo for learning rust
[](https://forthebadge.com)
## Topics:
- [`print`](print) basic print function.
- [`datatypes`](datatypes) get to know what is datatypes.
- [`variables`](variables) variables!!!.
- [`consts`](consts) consts and strings.
- [`strings`](strings) get to know what is strings and how to use it.
- [`functions`](functions) what is functions? get to know.
- [`arrays`](arrays) arrays.
- [`ownerships`](arrays) arrays.
- [`enums`](enums) get to know what is enums and how to use it.
- [`vectors`](vectors) vectors
- [`errorhandling`](errorhandling) learn to handle errors to become a pro :)
- [`userinput`](userinput) get data from users
- [`filehandling`](filehandling) filehandling functions
- [`advfunctions`](advfunctions) call functions from another file :)
## Contributors:
- [krishpranav](https://github.com/krishpranav)
## Licensing:
- learnrust is licensed under [`Apache-2.0 License`](LICENSE)
## Contribution & Pull Request:
- [learnrust](https://github.com/krishpranav/learnrust) is a open source repo you'r contribution are always welcome :)