rustnish
rustnish copied to clipboard
Beginning with Rust
After reviewing the article, https://klausi.github.io/rustnish/2017/04/30/getting-started-with-rust.html I felt kinda the same way, in particular the part about concatenating strings, I think as beginners we all made the same kind of mistakes. My current mistake now is the opposite, to try to make everything &'static str unless there is a reason not to, it was a cool article, thanks for sharing your process with the world!
Oh thank you! That was almost a year ago and I'm a bit more confident with strings now :-)