Learning Rust

Learning notes from Udemy course.

Usage

# Run (cargo).
docker-compose run --rm rust \
  cargo run --manifest-path \
  <path>/Cargo.tom

Notes

  • Use `println!("{:#?}", value) for pretty debug values