dlt_log 1.0.0

Log crate adapter for integrating with the Diagnostic Log and Trace (DLT) system
Documentation
{
  "name": "dlt_log-rs-devcontainer",
  "image": "mcr.microsoft.com/devcontainers/base:noble",
  "features": {
    "ghcr.io/devcontainers/features/rust:1.5.0": {
      "version": "nightly-2026-03-14",
      "profile": "default",
      "targets": ""
    }
  },
  "onCreateCommand": "./.devcontainer/onCreateCommand.sh",
  "postStartCommand": "./.devcontainer/postStartCommand.sh",
  "customizations": {
    "vscode": {
      "extensions": [
        "ms-vscode.cpptools-extension-pack",
        "ryanluker.vscode-coverage-gutters"
      ]
    }
  }
}