Over the years, I've collected a lot of links that I've found useful (or just fun to mess around with). Here are some of them:
Rust
- Rust Book (or
rustup doc
). Honestly, there is no better way to learn Rust than the official book. - Just. A makefile-inspired command runner, similar to the
scripts
section in apackage.json
. - Rustlings. A collection of small exercises to get you used to reading and writing Rust code.
- rust-script. A tool to run Rust code without having to compile it.
Web
- Favicon Generator. Favicons are a pain to make, and this simply makes it way easier by allowing you to simply upload an image and it will generate the all of the formats you need.
- Picthing. A simple tool to SVGs to PNGs.
Other
- Ink A library for building terminal apps with React in Node.js.