Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 379 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 379 Bytes

Intro to Rust

Accompanying slides for the talk I gave on Rust Programming Language

To build & run locally

Make sure you have mdbook installed or run cargo install mdbook

To get cargo follow https://rustup.rs/

Then to start local sever run following

mdbook serve -d docs/

This will serve on localhost:3000 and will listen on changed in src directory