Skip to content

slemke/programming-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Programming Rust

Repository for learning rust with "Programming Rust 2nd edition".

Basic commands

  • cargo new <name> create new rust package
  • cargo run compile and run
  • cargo clean clean up generated files
  • cargo test run tests
  • rustfmt <filename> format file
  • cargo clippy run linter
  • cargo clippy --fix fix linter warnings

About

repo for learning rust with "programming rust 2nd edition"

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages