Skip to content

TarikTornes/temp_converter.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

temperature_converter.rs

This is a small project suggested by "The Rust Programming Language Book" in end of chapter 7. This code transforms Celsius to Fahrenheit and vice versa by using the tools learned in the first three chapters:

  • cargo package manager
  • matching
  • io library
  • functions
  • Modules/Crates
  • partially the concept of ownership by using String and string slices through functions

About

First small project suggested by "The Rust Programming Language" book.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages