ponder 0.2.0

Rust TUI mind-map for the terminal with movable nodes, notes, colors, undo/redo, autosave, and search.
Documentation
1
2
3
4
5
6
7
8
9
10
//! `ponder` — a terminal mind-map tool.
//!
//! This library exposes the core types used by the `ponder` TUI binary.
//! The TUI itself lives in `src/main.rs`.

// Re-export types if you want (optional)
// pub use crate::mindmap::{MindMap, Node};

/// Simple version string for external tools.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");