text-utils 0.2.4

Create a record to store any type of value
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "text-workspace",
    "private": true,
    "scripts": {
        "build:pest": "cargo test --color=always --no-run --package notedown-parser --lib pre_build && cargo fmt --all",
        "build": "cargo build --release",
        "test": "cargo test --release",
        "fmt": "cargo fmt --all",
        "push": "yarn test && git push",
        "reset": "git reset Head~ --soft",
        "pub": "cargo publish --allow-dirty",
        "zola": "cargo build --release --color=always --package notedown_zola",
        "vsc": "cd projects/notedown-vscode && wasm-pack build --target nodejs && wasm-pack publish"
    }
}