Juliacon 2024

Julia and Rust - Safer abstractions and FFI Workshop
07-09, 13:30–16:30 (Europe/Amsterdam), TU-Eindhoven 0.264

Rust is great but not for Julians - unless you come to this talk and learn to go around the rougher spots we face when interacting with Rust for real world scenarios.


We'll cover stuff like:
- Basic and Advanced LSP setup for the best Rust integration
- Common Rust footguns that will be encountered by Julia folks
- A small project to generate bindings using cbindgen and diplomat
- Miss BenchmarkTools.jl? We'll cover the best of divan
- Iterators tricks to speed up your Rust code