An open API service indexing awesome lists of open source software.

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/)

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.