third_party_rust_cxx/book/book.toml

23 lines
479 B
TOML
Raw Normal View History

2020-09-02 15:33:48 +00:00
[book]
2020-11-17 04:21:00 +00:00
#title = "Rust ♡ C++"
2020-09-02 15:33:48 +00:00
authors = ["David Tolnay"]
2020-11-17 04:21:00 +00:00
description = "CXX — safe interop between Rust and C++"
2020-09-02 15:33:48 +00:00
[rust]
edition = "2018"
[build]
build-dir = "build"
2020-11-17 04:18:06 +00:00
create-missing = false
2020-09-02 15:33:48 +00:00
[output.html]
additional-css = ["css/cxx.css"]
cname = "cxx.rs"
2020-09-02 15:33:48 +00:00
git-repository-url = "https://github.com/dtolnay/cxx"
2020-11-17 04:18:06 +00:00
playground = { copyable = false }
print = { enable = false }
2020-11-17 04:20:11 +00:00
[output.html.redirect]
"binding/index.html" = "../bindings.html"
"build/index.html" = "../building.html"