Skip to content

rustbridge/a-very-brief-intro-to-rust

Repository files navigation

a-very-brief-intro-to-rust

This is content that has been used at various RustBridge workshops to introduce Rust.

Please see https://intro.rustbridge.com for the rendered content.

Reveal tips:

  • o switches to observer view
  • n for viewing notes

Local Development

Clone the repository, then install dependencies using npm, and run npm run dev:

npm install
npm run dev