Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,4 @@

![Rust workflow](https://github.com/shahaba/rust-projects/actions/workflows/rust.yml/badge.svg) [![Build status](https://badge.buildkite.com/679c89fce737457b4c095d3f2888701c89bcdb3bb41dfcf502.svg)](https://buildkite.com/personal-192/rust-project-builder) [![codecov](https://codecov.io/gh/shahaba/rust-projects/graph/badge.svg?token=CQ1RTWRTC6)](https://codecov.io/gh/shahaba/rust-projects)

## Rust Book Readings

- [CH 2 - Guessing Game](rust-book/ch02-guessing-game/README.md)
- [CH 3 - Variables](rust-book/ch-03-variables/README.md)
- [CH 4 - Ownership](rust-book/ch04-ownership/README.md)
- [CH 5 - Structs](rust-book/ch05-structs/README.md)
- [CH 6 - Enums](rust-book/ch06-enums/README.md)
- [CH 7 - Packages Project](rust-book/ch07-packages/README.md)
- [CH 8 - Collections](rust-book/ch08-collections/README.md)
- [CH 9 - Error Handling](rust-book/ch09-error_handling/README.md)
- [CH 10 - Generics](rust-book/ch10-generics/README.md)
- [CH 11 - Automated Tests](rust-book/ch11-automated-tests/README.md)
- [CH 12 - IO Project](rust-book/ch12-minigrep/README.md)
- [CH 13 - Functional Language Features](rust-book/ch13-closures/README.md)
- CH 14 - Cargo & Crates (Skipped)
- [CH 15 - Smart Pointers](rust-book/ch15-smart-pointers/README.md)

My working repo for going through the [Rust Book](https://rust-book.cs.brown.edu/title-page.html)

You can go into any of the folders and run: `cargo run` to compile and run the rust program (if you have `rustc` installed)

## Basic Rust Algorithms

Projects around implementing basic algorithms in Rust
9 changes: 0 additions & 9 deletions rust-book/ch02-guessing-game/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions rust-book/ch02-guessing-game/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions rust-book/ch02-guessing-game/src/main.rs

This file was deleted.

8 changes: 0 additions & 8 deletions rust-book/ch03-variables/Cargo.toml

This file was deleted.

32 changes: 0 additions & 32 deletions rust-book/ch03-variables/README.md

This file was deleted.

116 changes: 0 additions & 116 deletions rust-book/ch03-variables/src/main.rs

This file was deleted.

6 changes: 0 additions & 6 deletions rust-book/ch04-ownership/Cargo.toml

This file was deleted.

12 changes: 0 additions & 12 deletions rust-book/ch04-ownership/README.md

This file was deleted.

75 changes: 0 additions & 75 deletions rust-book/ch04-ownership/src/main.rs

This file was deleted.

8 changes: 0 additions & 8 deletions rust-book/ch05-structs/Cargo.toml

This file was deleted.

Loading
Loading