Skip to content

plouis01/Rust-crashcourse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Course 1: generic types, trait and impl

  • We want to compute the area of some basic 2D figure, and the volume of 3D solids
  • We want to be able to create those geometric forms with parameters of different types (u32, f64, String...).
  • We want to implement the same operation for all those different forms
  • Some forms may be composed of other forms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%