/evening-rust

Anything related to my stream

Primary LanguageRust

Evening Rust with Edaqa Mortoray

I'll be storing code and related things here.

I've been requested by CodinGame not to store competition code. It makes it too easy for somebody to copy-paste solutions and dilute the rankings. You'll just have to watch the show, learn, and re-implement. :)

Resources

The tools we use regularly:

Some we haven't used yet, but will eventually:

Other stuff:

Git Setup:

  • use meld
  • git difftool --dir-diff

Rust Commands

  • cargo run --bin bin_name
  • cargo test test_name -- --nocapture
  • cargo test --tests (Just tests directory)