calculation 0.1.0

A simple mathematical expression calculator written in Rust, supporting arithmetic operations, functions, and interactive REPL.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "calculation"
version = "0.1.0"
edition = "2024"
description = "A simple mathematical expression calculator written in Rust, supporting arithmetic operations, functions, and interactive REPL."
license = "MIT"
repository = "https://github.com/chjgfg/calculation"

[dependencies]
clap = "2.32.0"
rustyline = "11.0.0"