A repository with silly programs for getting familiar with Rust.
Refer official testing guide for basic usages of cargo test
.
Enable stdout for unit tests
$ cargo run test -- --show-output
Format code using Rustfmt
$ cargo fmt
Copy git/pre-commit
to .git/hooks
to automatically check codestyle before every commit.