datex-core 0.0.10

The DATEX Core Rust implementation
Documentation
{
    "tasks": {
        "test": "deno test --allow-read --allow-write --allow-net ./tests/**/*.test.ts",
        "lint": "deno lint",
        "fmt": "deno fmt",
        "serve": "deno run -A https://raw.githubusercontent.com/unyt-org/ts-file-server/main/src/run.ts -p tests/network/network-builder -w --minify=false --port 8043"
    },
    "imports": {
        "@opentf/obj-diff": "jsr:@opentf/obj-diff@^0.11.0",
        "example-dxb": "https://raw.githubusercontent.com/unyt-org/speck/refs/heads/main/examples/dxb.json?token",
        "@unyt/speck": "jsr:@unyt/speck@^0.0.11"
    },
    "compilerOptions": {
        "lib": ["dom", "esnext", "deno.ns"]
    },
    "fmt": {
        "indentWidth": 4,
        "exclude": [
            "**/*.svg",
            "./tests/json/expected_results/**/*",
            "./benches/json/*.json"
        ]
    }
}