https://github.com/47degrees/rust-2023-11-09
The Rust presentation for 2023.11.09.
https://github.com/47degrees/rust-2023-11-09
Last synced: over 1 year ago
JSON representation
The Rust presentation for 2023.11.09.
- Host: GitHub
- URL: https://github.com/47degrees/rust-2023-11-09
- Owner: 47degrees
- Created: 2023-11-03T04:43:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T17:23:30.000Z (over 2 years ago)
- Last Synced: 2025-02-03T14:42:57.234Z (over 1 year ago)
- Language: Rust
- Size: 13.1 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rust: An Introduction
---------------------
An introductory presentation of the Rust programming language, primarily focused
on fostering internal interest and engagement. The focus of the Rust is memory
safety, arguably its most distinctive, novel, and powerful feature.
The presentation is made with [reveal.js](https://revealjs.com/), and is located
in [docs](/docs). The original script on which the presentation
is based is [here](/docs/doc/Rust%20Talk%202023.11.09.docx), in
Microsoft Word format, and [here](docs/doc/Rust%20Talk%202023.11.09.md), in
Markdown format.
The other top-level directories correspond to the various functional and
(intentionally) nonfunctional code samples used as props for the presentation.
To play the slide deck remotely, just point your favorite web browser
[here](https://47degrees.github.io/rust-2023-11-09/).
To play the slide deck locally, clone this repository, and enter [docs](/docs).
Only the first time, you'll need to run: `npm install`. Afterward, you can just
run: `npm start`. Point your favorite web browser to `localhost:8080`, and
voilà.
You may want to hit `s` on your keyboard to switch to "speaker viewer", so that
you can see the transcript while you navigate through the slides at your own
pace.
The final recording of the presentation — complete with a few notable naming
errors, as well as a big dummy forgetting how to say "hashtag" — is available
[here](https://vimeo.com/882931143/41764a87e4). It's about 532MB, lasting
26m24s.