Closed
Description
I'd like to see some example rust programs on the wiki or even on the main page. These should:
- Not be purely artificial: ideally they should do something resembling useful work.
- Be written in idiomatic, well-commented, up to date rust code.
- Cover all the high points of the language.
- Be executed as part of the rustc test framework.
- Show up on the web page using syntax highlighting.
- The web page should list names of the examples, include a brief description, and mention topics addressed by the example.