Rust Language Cheat Sheet
cheats.rsThis has been posted a number of times before with some good discussion- but it’s been a few years.
Thanks for sharing it!
I love the cheat sheet format for programming language guides. Hoping this becomes more of a trend. It's nice not having to click through dozens of pages when following a guide.
It looks really great!
Is it just me or the output PDF has quite a bit of broken pages (eg after Working with Types section)?
> Is it just me or the output PDF has quite a bit of broken pages
Nope! The breaks are really there. I guess they converted the HTML to PDF somehow and it didn't work as expected. However, in case you need it offline, the source [1] is written for zola [2] - a single-binary static site generator (of course written in Rust). You can clone the repo and run `zola serve` in it. It renders quite well.