Skip to content

john-higgins/learning-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Rust

Working through the examples from the book.

Installing Rust

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

or, if we don't want to install rust on the host machine, we can run containerised:

docker run --rm --user "$(id -u):$(id -g)" --volume "$PWD":/usr/src/hello-world --workdir /usr/src --name rust-dev --detach -it rust:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages