DEV Community

Discussion on: diceroller, a sample Rust project

Collapse
 
yjdoc2 profile image
YJDoc2

Hey, really nice post 👍
I really liked the step by step explanation, and liked the writing style as well, intermixing of code and explanation was well spaced, so it didn't feel too much code or too much text at any point :)
Thanks for the post 😁
PS : I think some of your code example has syntax issue? Eg in return Box or sum impl, a '<' seems to have converted to '//' .

Collapse
 
nfrankel profile image
Nicolas Frankel

Thanks for your feedback. I've fixed the syntax.