A small collection of https://www.rust-lang.org/ jokes, mostly found in Quote of the Week on users.rust-lang.org:
- Failure is not an
Option<T>
, it’s aResult<T>
. - In Rust,
None
is always anOption<T>
. - Rust iterators are the best thing since
&Bread[..]
.