Skip to main content

Module toolchain

Module toolchain 

Source
Expand description

Toolchain management for WaterUI CLI

Re-exports§

pub use host::Host;

Modules§

cargo_helpers
Cargo-installed helper binaries the CLI’s workflows invoke.
cmake
Toolchain support for CMake.
doctor
Toolchain diagnostics for the water doctor command.
host
The host-machine seam for toolchain probing.
linux
Linux system package toolchain checks.
meson
Toolchain support for meson.
rust
Rust toolchain checks and remediation.
sccache
Toolchain support for sccache - shared compilation cache.
web
Web toolchain checks and installations.
windows_arm64_llvm
Windows ARM64 LLVM toolchain support for native assembly dependencies.

Structs§

UnfixableToolchain
A toolchain that cannot be fixed automatically.

Enums§

ToolchainError
An error indicating the state of the toolchain.

Traits§

Installation
Trait representing an installation plan for toolchain components.
Toolchain
Trait for toolchain dependencies that can be checked and installed.