pi-workflows 0.16.4

Terminal client and live relay for hosted pi-workflows state
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! piw: terminal viewer and live replay server for pi-workflows SQLite workflow state.
//! The library form exists for integration tests; `main.rs` is the CLI.

pub mod canvas;
pub mod client;
pub mod format;
pub mod layout;
pub mod protocol;
pub mod render;
pub mod server;
pub mod session;
pub mod state;
pub mod theme;
pub mod ui;