napi-modules 0.2.0

⤵️ import() and require() for NAPI-RS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "image": "mcr.microsoft.com/devcontainers/rust",
    "features": {
        "ghcr.io/devcontainers/features/node": {}
    },
    "customizations": {
        "vscode": {
            "extensions": [
                "rust-lang.rust-analyzer",
                "tamasfe.even-better-toml"
            ]
        }
    }
}