dioxus-prism 0.2.0

Render with prismjs in dioxus!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
    "private": true,
    "scripts": {
        "build": "cargo build --release",
        "t": "cargo test --release",
        "fmt": "cargo fmt --all",
        "push": "wee test && git push",
        "reset": "git reset Head~ --soft",
        "pub": "cargo-publish-all --yes --allow-dirty",
        "dev": "trunk serve"
    }
}