Rust

Framework
Rust
Category
Languages
Publisher
Jetify
{
    "packages": [
        "rustup@latest",
        "libiconv@latest"
    ],
    "env": {
      "PROJECT_DIR": "$PWD"
    },
    "shell": {
        "init_hook": [
            ". conf/set-env.sh",
            "rustup default stable",
            "cargo fetch"
        ],
        "scripts": {
            "build-docs": "cargo doc",
            "start": "cargo run",
            "run_test": [
                "cargo test -- --show-output"
            ]
        }
    }
}

Level up your dev environment

Checkout the Devbox and Launchpad open-source codebases on Github. Feature requests are always welcome.
Try Devbox Cloud
YOUR INPUT COUNTS

Join the community

Discuss ideas, uses and builds with the Jetpack team and others.