rfcalc 0.2.0

A tool to calculate things
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.clap]
features = ["derive"]
version = "4.3.4"

[package]
authors = ["R4 Cheng <schaffenneu47@gmail.com>"]
categories = ["cli", "math", "calculator"]
description = "A tool to calculate things"
edition = "2021"
homepage = "https://github.com/chengr4/calc-cli"
keywords = ["calculator", "math", "cli"]
license = "MIT"
name = "rfcalc"
readme = "README.md"
repository = "https://github.com/chengr4/calc-cli"
version = "0.2.0"