zc2 0.0.25

P2P compute broker with credit-based billing, WAL, and broker mesh support
1
2
3
4
5
6
7
8
9
10
//! Rich rendering helpers for the REPL: Markdown, spinners.
//!
//! Phase 5 of the terminal refactor (see `docs/TERMINAL_REFACTOR.md`). Syntax
//! highlighting (`render/highlight.rs`, feature-gated `syntect`) and reusable
//! panels are planned follow-ups.

#![allow(dead_code)]

pub mod markdown;
pub mod spinner;