Rust Language Cheat Sheet
cheats.rs
Rust Language Cheat Sheet
1–6 of 6 posts
Re: Rust Language Cheat Sheet
#2This has been posted a number of times before with some good discussion- but it’s been a few years.
Re: Rust Language Cheat Sheet
#3This has been posted a number of times before with some good discussion- but it’s been a few years. https://news.ycombinator.com/from?site=cheats.rs
Thanks for sharing it!
Re: Rust Language Cheat Sheet
#4I 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.
Re: Rust Language Cheat Sheet
#5It looks really great!
Is it just me or the output PDF has quite a bit of broken pages (eg after Working with Types section)?
Re: Rust Language Cheat Sheet
#6It 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.