Skip to content

vasigorc/rust-by-example-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust By Example

This repository features activities from the Rust by Example book.

All activity files are in ./src and are organized as follows:

  • file names correspond to the course name (e.g. primites.rs, custom_types.rs, etc.)
  • assertions to test the correctness of the activities are implemented using rstest and are included in the same file with the actual code. This seems to be Rust's suggested approach.

About

Activities for https://doc.rust-lang.org/rust-by-example/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages