cxx-test-suite 0.0.1

Test suite of the cxx crate
[features]
"c++14" = []
"c++17" = []
"c++20" = []

[lib]
name = "cxx_test_suite"
path = "src/lib.rs"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Test suite of the cxx crate"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "cxx-test-suite"
readme = false
repository = "https://github.com/dtolnay/cxx"
version = "0.0.1"