Hacker News new | ask | show | jobs
by rimutaka 2171 days ago
I think much of the official "rust-by-example" would benefit from using the rust playground instead of the printed examples.
1 comments

All code blocks in rust by examples can be edited and have a play button.
And most of that cannot be run on playground because of incomplete source code, missing dependency or wrong configuration.
That has to do with the contents, not the playground.

Also, many examples have hidden context that if you open the example in the playground, you’ll see and will make compile.