Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 390 Bytes

File metadata and controls

11 lines (8 loc) · 390 Bytes

RustBook

My work on the Rust book

What Is My Long Term Goal With This?

A multiplayer hangman game in Rust! I want to learn socket programming and how to use serde. After that, I plan to build a distributed hash table.

Why Rust?

I have strong interests in systems programming, and Rust has many advantage, like having a built in package manager, fearless concurrency, and more!