cxx 1.0.199

Safe interop between Rust and C++
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "cxx-book-build",
  "version": "0.0.0",
  "main": "build.js",
  "dependencies": {
    "cheerio": "^1.0.0",
    "html-entities": "^2.5.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.19.0",
    "eslint": "^9.19.0"
  },
  "prettier": {
    "singleQuote": true
  }
}