rust-exercism-cubicle Work on the Rust track of exercism in a turn-key environment. Prerequesites docker docker-compose Getting started docker-compose pull docker-compose up Run tests for one package cargo test -p 'hello-world' Watch tests for one package cargo watch -x 'test -p hello-world'