Skip to content

MissaDavid/rusty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Let's get Rusty!

Repo for a Rust tech talk

Getting Started

  • Install rustup for your operating system - this will also install cargo, rust's package manager
  • cargo run at the root will run whatever function is in main.rs

Troubleshooting

If you're having issues after the Cargo.toml file has been updated, delete your lock file before re-installing all dependencies:

$ rm -r Cargo.lock 
$ cargo build

About

Quick intro to Rust for a Tech Talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages