Skip to content

v0.2.0

Choose a tag to compare

@maxdeviant maxdeviant released this 02 Dec 23:07
· 11 commits to main since this release

Added

  • Added traverse method to Input
  • Added From<&str> and From<String> implementations for Input
  • Added test_part_one_solution! and test_part_two_solution! for testing solutions against the correct answer

Changed

  • Solve::Answer now requires Debug and PartialEq implementations in addition to Display