GildedRose-Refactoring-Kata/rust
rrokkam c88bdfd53e Implement Display for Item
This is a more idiomatic way of printing the contents of an object
than reaching into its innards. It is also more 1-1 with the original
C# code, which overrides toString for Item.
2020-07-19 13:51:27 -07:00
..
src Implement Display for Item 2020-07-19 13:51:27 -07:00
.gitignore Add rust version 2015-10-03 21:14:18 +02:00
Cargo.lock Delete imports that are already in the prelude 2020-07-19 13:45:35 -07:00
Cargo.toml Add rust version 2015-10-03 21:14:18 +02:00