Linklog
A curated collection of links and resources I have found over time.
February 2025
Week 8
- Prototyping in Rust (corrode.dev)
This article presents various pieces of advice and tips on how to efficiently write Rust code at the prototype stage. Most introductory material on the language focuses on "proper use of syntax." But prototyping is often a compromise between code quality and coding efficiency, and this article makes some great suggestions on how to do that.