Hi there, I've been at Rust for two weeks or so now, and I'm really impressed at all the first-class books. They seem to be written in the same style, such as The Rust Book itself, the book about CLI apps, or the book about Web Assembly.
My question is this: is there a Book Book? As in, how to write a Rust-style book?
Cheers,
Colin
Edit from the Future: I used the advice here to make a book! I also discovered Github CI Config to automatically publish a Rust Book to Github Pages. Hopefully someone finds this useful.