rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
8.11k stars 375 forks source link

Convert this to a gitbook/mdbook #6

Closed dumindu closed 3 years ago

dumindu commented 9 years ago

Hi, Thanks for sharing. This will be more readable if you can create a gitbook with this :)

killercup commented 9 years ago

I agree. Gitbook's structure also works with https://github.com/steveklabnik/rustbook

mkpankov commented 9 years ago

Please note that Gitbook will choke on Rust's doctests or some other parts that require embedded markdown.

That's not a problem if you don't plan to use these features in this project.

vinipsmaker commented 8 years ago

more readable

And ePUB support is always appreciated (comes for free once you use gitbook).

I agree. Gitbook's structure also works with https://github.com/steveklabnik/rustbook

Does rustbook support ePUB and PDF output like gitbook?

DaseinPhaos commented 7 years ago

I'm not pretty sure where this is going but how about converting to mdbook?

As pointed by RFC#1828 it might be nice for all the learning resources to be built with mdbook.

If this is the way to go I'd be glad to make a PR