Skip to content

miguelraz/JuliaConRustWorkshop2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages