Skip to main content

Crate zoi_common

Crate zoi_common 

Source
Expand description

Common types and utilities for the Zoi package manager.

This crate provides shared data structures, traits, and user experience (UX) components that are used across multiple Zoi crates, including the main CLI and Zoi Mini.

Modules§

ux
User experience data structures and utilities. User experience (UX) data structures for Zoi.

Structs§

SourceInstallOptions
Options for installing packages from source.

Traits§

Runnable
A trait for subcommands that can be executed.