ellioseven / learning-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Rust 100.0%