datex-core 0.0.5

The DATEX Core Rust implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
    "tasks": {
        "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"
    },
    "compilerOptions": {
        "lib": ["dom", "esnext"]
    },
    "fmt": {
        "indentWidth": 4
    }
}