1[book] 2#title = "Rust ♡ C++" 3authors = ["David Tolnay"] 4description = "CXX — safe interop between Rust and C++" 5 6[rust] 7edition = "2018" 8 9[build] 10build-dir = "build" 11create-missing = false 12 13[output.html] 14additional-css = ["css/cxx.css"] 15cname = "cxx.rs" 16git-repository-url = "https://github.com/dtolnay/cxx" 17playground = { copyable = false } 18print = { enable = false } 19 20[output.html.redirect] 21"binding/index.html" = "../bindings.html" 22"build/index.html" = "../building.html" 23