https://github.com/danitrod/rust-book
[English] Small projects done reading the official Rust lang book (https://doc.rust-lang.org/book/)
https://github.com/danitrod/rust-book
Last synced: over 1 year ago
JSON representation
[English] Small projects done reading the official Rust lang book (https://doc.rust-lang.org/book/)
- Host: GitHub
- URL: https://github.com/danitrod/rust-book
- Owner: danitrod
- License: mit
- Created: 2020-09-17T03:09:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T05:19:12.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T06:31:11.838Z (over 1 year ago)
- Language: Rust
- Size: 2.74 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Book
This repository contains some projects and experiments done reading [The Rust Programming Language](https://doc.rust-lang.org/book/). I highly recommend reading it if you want to start using a safe, efficient and productive language. I also recommend doing some experiments in your own environment, playing with the concepts in the book, and also doing side projects. It really helps you grasp the concepts.