Skip to content

Commit

Permalink
Updates to talk. Ported talk to Markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddATavail committed Nov 3, 2023
1 parent aa11412 commit 3b2bad7
Show file tree
Hide file tree
Showing 7 changed files with 349 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .idea/rust-presentation-2023-11-09.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ 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. I may adapt it for Markdown if I have some spare cycles.
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.
(intentionally) nonfunctional code samples used as props for the presentation.

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à.
1 change: 1 addition & 0 deletions docs/doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/~*
Binary file modified docs/doc/Rust Talk 2023.11.09.docx
Binary file not shown.
326 changes: 326 additions & 0 deletions docs/doc/Rust Talk 2023.11.09.md

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,16 @@ <h1>MEMORY SAFETY<br> <code>==</code><br> THREAD SAFETY</h1>
<section data-visibility="uncounted">
<p>Community <span class="rust">Rust</span> resources:</p>
<ul>
<li>
<a href="https://www.jetbrains.com/rust/" target="_blank" rel="noopener noreferrer">
RustRover: JetBrains IDE for Rust
</a>
</li>
<li>
<a href="https://code.visualstudio.com/docs/languages/rust" target="_blank" rel="noopener noreferrer">
Rust in Visual Studio Code
</a>
</li>
<li>
<a href="https://discord.com/invite/rust" target="_blank" rel="noopener noreferrer">
Rust on Discord
Expand Down

0 comments on commit 3b2bad7

Please sign in to comment.