Skip to content

2color/rust_guessing_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Guessing Game

As part of my rust learning process I'm publishing the completed tasks with some notes for future reference. This should match the guessing game from the rust book.

Running

To run this rust needs to be installed. Once installed

$cargo run

Topics covered

  • let and type inference
  • annotating types guess: u32
  • match statements
  • Result type (ties closely together with match statements)
  • methods
  • associated functions (like static methods) prefixed with ::
  • external crates

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages