safemath_dev 0.1.0

Math operations with safety checks that throw on error
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "safemath_dev"
version = "0.1.0"
edition = "2021"
authors = ["lehongvo"]
description = "Math operations with safety checks that throw on error"
repository = "https://github.com/lehongvo/lib_rust_dev/tree/main/src"
license = "MIT"

[dependencies]

[profile.dev]
opt-level = 1
debug = true

[profile.release]
opt-level = 3
debug = false