Hacker News new | ask | show | jobs
by krisdol 3819 days ago
Rust by Example[0] (and possibly the Rust Book[1]) uses gitbook, for those curious as to how a language reference may look like with GitBook.

[0]: http://rustbyexample.com

[1]: https://doc.rust-lang.org/book/

1 comments

Rust by example does, but The Rust Programming Language does not. The current version uses "rustbook", and the next gen will (probably, we'll see) use mdBook, both similar projects but written in Rust.
Thanks (for being so active here)! I definitely want to check out working with mdBook.
Any time. :)

I've really been enjoying mdBook. https://github.com/azerupi/mdBook/issues/29#issuecomment-168... for example is so awesome, can't wait until it lands.