Skip to content

dominikrys/rust-exercism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercism Rust Exercises

Solutions to problems in the Exercism Rust track.

Running

The Exercism CLI is needed to run these solutions. Follow the instruction on Exercism for further information.

Useful commands

Run first test

cargo test

Run all tests

cargo test -- --ignored

Run a specific test

cargo test some_test

Lint solutions

cargo clippy --all-targets

About

📦 Solutions to problems in the Exercism Rust track

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages