calc_engine 0.4.0

An engine / tool that performs calculations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "auto_correct_n_suggest"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebb4ab3a2e1b2e99b66677cc694f5c8c70150121752a3227f534f7d837eb17fa"

[[package]]
name = "calc_engine"
version = "0.4.0"
dependencies = [
 "auto_correct_n_suggest",
]