image-ndarray 0.1.5

Zero-copy implementations for the Image crate to convert to and from ndarrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "image": "ghcr.io/rust-lang/rust:1.90-trixie",
    "customizations": {
        "vscode": {
            "extensions": [
                "streetsidesoftware.code-spell-checker",
                "rust-lang.rust-analyzer",
                "VisualStudioExptTeam.vscodeintellicode",
                "charliermarsh.ruff",
                "tamasfe.even-better-toml"
            ]
        }
    },
    "postCreateCommand": "rustup component add clippy"
}