GildedRose-Refactoring-Kata/rust
rrokkam 2ebbc987fb Make Item::new take Into<String> as a name
This clears a lot of Rust-specific String boilerplate, so it's not
necessary to type String::from("foo") every time we want an item
with name "foo". It also makes the code look more similar to the C#
version of the code.

I am leaving the public struct members in because those are more
similar to the matching code in the other languages' implementations.
2020-07-19 13:51:27 -07:00
..
src Make Item::new take Into<String> as a name 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