Skip to content

Internal presentation about Rust, focused on memory safety and concurrency

License

Notifications You must be signed in to change notification settings

little-dude/rust-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a presentation I made for an internal talk to introduce Rust. The target audience is mostly C and C++ developpers, and the talk is mostly focused on memory safety and concurrency.

Build

You'll need a LaTeX distribution installed, as well as the minted package. Build with:

pdflatex -interaction=nonstopmode -shell-escape presentation.tex

References

These are some resources I used to make this talk. I don't know much about C++ so the biggest challenge was to learn about how RAII works in C++, and how it compared to Rust.