Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Rustup, Cargo and Cross-compiling in Rust

Rustup, Cargo and Cross-compiling in Rust

These are slides for a hands-on presentation demonstrating the tooling around the Rust programming language at present. They cover rustup, cargo and theoretical aspects of cross-compiling programs in Rust.

These slides were presented at the Rust Meetup Bangalore - July 2016 hosted at Red Hat Bangalore.

Avatar for Kaustav Das Modak

Kaustav Das Modak

July 02, 2016
Tweet

More Decks by Kaustav Das Modak

Other Decks in Technology

Transcript

  1. $ rustup run nightly rustc hello.rs $ rustup run stable

    rustc hello.rs Compile with multiple rustc versions