[book] title = "Rust Design Patterns" authors = ["the rust-unofficial authors"] description = "A catalogue of Rust design patterns, anti-patterns and idioms" language = "en" multilingual = false src = "." [build] create-missing = false [rust] edition = "2018" [output.html] default-theme = "rust" site-url = "/patterns/" git-repository-url = "https://github.com/rust-unofficial/patterns" git-repository-icon = "fa-github" edit-url-template = "https://github.com/rust-unofficial/patterns/edit/main/{path}" # [output.linkcheck] # enable the "mdbook-linkcheck" renderer, disabled due to gh-actions