ohos-sys 0.9.0

Bindings to the native API of OpenHarmony OS
Documentation
{
  "name": "ohos-sys",
  "build": {
    "dockerfile": "Dockerfile",
    "args": {
      "SDK_VERSION": "v6.1",
    },
  },
  "remoteEnv": {
    "OHOS_SDK_NATIVE": "/opt/ohos-sdk/linux/native",
    "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_OHOS_LINKER": "/opt/ohos-sdk/linux/native/llvm/bin/aarch64-unknown-linux-ohos-clang",
  },
  "remoteUser": "vscode",
  "containerEnv": {
    "OHOS_SDK_NATIVE": "/opt/ohos-sdk/linux/native",
  },
  "customizations": {
    "vscode": {
      "extensions": ["rust-lang.rust-analyzer", "tamasfe.even-better-toml"],
      "settings": {
        "rust-analyzer.cargo.features": "all",
        "rust-analyzer.check.command": "clippy",
      },
    },
  },
}