calc_lib 1.0.1

A library for calculating things with correct order of operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "better_term"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44b34d99d7b4d3e42008a16d0de429e9ce662353277321897e50e3549de12c29"

[[package]]
name = "calc_lib"
version = "1.0.1"
dependencies = [
 "better_term",
]