Skip to main content

Install

Application Setup#

Get your tools


We’ll start by creating a new application with cargo, and setting it to use nightly Rust.

$ cargo new --bin teensy
$ cd teensy
$ rustup override set nightly

We will need the rust-src crate for several functions. Now move over to Compiling and Linking

$ rustup +nightly component add rust-src
Last updated on by Mshivam2409