muster-workspace 0.3.1

A terminal workspace for running CLI agents and dev processes side by side
Documentation
mod activity;
mod activity_frame;
mod app;
mod completion_generation;
mod event;
mod form;
mod host_theme;
mod input;
mod pointer_shape;
mod runtime;
mod selection;
mod shutdown_generation;
mod signal;
mod spawn_generation;
mod terminal;
mod watch;
mod widget;

pub use host_theme::*;
pub use runtime::*;
pub use terminal::*;