calcli 0.2.0

Fast terminal calculator (TUI) with history, variables and engineering helpers
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Static application metadata.

/// Application name; also the config/state directory name.
pub const APP_NAME: &str = "calcli";

/// Crate version, from Cargo at build time.
pub const APP_VERSION: &str = env!("CARGO_PKG_VERSION");

/// One-line description.
pub const APP_ABOUT: &str =
    "Fast terminal calculator with history, variables and engineering helpers";