calcli 0.2.0

Fast terminal calculator (TUI) with history, variables and engineering helpers
Documentation
1
2
3
4
5
6
//! Shared, stateless helpers: paths, logging, clipboard and app metadata.

pub mod app_info;
pub mod clipboard;
pub mod logging;
pub mod paths;