mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 15:19:44 +00:00
23 lines
479 B
TOML
23 lines
479 B
TOML
[book]
|
|
#title = "Rust ♡ C++"
|
|
authors = ["David Tolnay"]
|
|
description = "CXX — safe interop between Rust and C++"
|
|
|
|
[rust]
|
|
edition = "2018"
|
|
|
|
[build]
|
|
build-dir = "build"
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
additional-css = ["css/cxx.css"]
|
|
cname = "cxx.rs"
|
|
git-repository-url = "https://github.com/dtolnay/cxx"
|
|
playground = { copyable = false }
|
|
print = { enable = false }
|
|
|
|
[output.html.redirect]
|
|
"binding/index.html" = "../bindings.html"
|
|
"build/index.html" = "../building.html"
|