Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 910 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 910 Bytes

JuliaCon Rust Workshop 2024

Part 1: Setup, Cheatsheet, Rust pain points

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
cargo install cargo-binstall

Part 2: Rust Dev Flow

  • Our learning materials are HERE
  • Devflow tips are under tipsX.rs and devflow.rs
  • Cheatsheet is under julia-cheatsheet.md

Part 3: Type Safety and FFI

  • Type safety demos are at type-safety.jl
    • no string typing!
    • type state
    • unit type