Examples of literate Rust?

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!

1 Like

The mini-redis project was written with the purpose of being the project used in the Tokio tutorial and is meant primarily to be read.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.