pixtuoid 0.4.1

Terminal pixel-art office for AI coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Public surface for the pixtuoid binary's internals — exposed so
//! examples and integration tests can import them. The `main.rs` binary is
//! the primary entry point.

pub mod cli;
pub mod config;
pub mod init_pack;
pub mod install;
pub mod runtime;
pub mod tui;
pub mod validate;
pub mod version;