Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 505 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 505 Bytes

Learn Rust The Hard Way

This is an implementation of Zed Shaw's Learn X The Hard Way for the Rust Programming Language.

Installing Rust

TODO: Instructions on how to install

Compiling your first program

TODO: Instructions on compiling

How to read the guide

TODO: Tips on how to read the guide.

Each chapter is based on a corresponding chapter in Learn C The Hard Way. The order of the chapters however may vary.

Acknowledgements

Shout out to Zed Shaw for the providing the template.