Skip to content

ChauDinh/rust-beginner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Getting started

These practices lean on Test-Driven Development (TDD), but they're not an exact matched concepts.

The following steps assume you are in the same directory as the exercises.

We must have rust installed initially.

Installation

Following the Installation of The Rust book.

Reference material(s):

Practices

Run the test suite. It can be run with cargo, which is installed with rust automatically.

$ cargo test

Releases

No releases published

Packages

No packages published

Languages