/rust-intro

Accompanying slides for the talk I gave on Rust Programming Language

Primary LanguageMakefile

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