Cargo Features
[dependencies]
cxx = { version = "1.0.130", default-features = false, features = ["std", "alloc", "c++14", "c++17", "c++20"] }
- default build = std
-
c++11
Enables cxxbridge-flags
- std default = alloc
- alloc std
- c++14 build
-
Enables c++14 of cxxbridge-flags
- c++17 build
-
Enables c++17 of cxxbridge-flags
- c++20 build
-
Enables c++20 of cxxbridge-flags