cxx-test-suite 0.0.1

Test suite of the cxx crate
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cxx-test-suite"
version = "0.0.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Test suite of the cxx crate"
repository = "https://github.com/dtolnay/cxx"
license = "MIT OR Apache-2.0"
edition = "2021"

[features]
"c++14" = []
"c++17" = []
"c++20" = []