literate here refers to: Literate programming - Wikipedia
An excellent example of this is the book: https://www.pbrt.org/
Now, I'm not asking about doing Literate programming in Rust.
I am asking: are there examples of Rust crates written literate-ish style? All crates are written with the intent to be executed, but not all crates are written with the intent to be read. I am wondering if there are good examples of Rust written in a literate-ish style, where there was a strong focus on making it easy to read.
If you know of any, please list one crate / answer. Thanks!