Skip to content

rodydavis/rust-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Rust

This repo contains all the projects I created while going through the Rust book.

https://doc.rust-lang.org/book/

rustc 1.41.1 (f3e1a954d 2020-02-24)

Installing Rust

curl https://sh.rustup.rs -sSf | sh

Bugs

  • Fixed issue with VSCode Rust extension not seeing rustup

rust-lang/vscode-rust#577

Updated my vscode settings file:

{
    "rust-client.enableMultiProjectSetup": true,
    "rust-client.rustupPath": "/Users/rodydavis/.cargo/bin/rustup",
}

Releases

No releases published

Packages

 
 
 

Languages