Add fallible functions support and replace most arithmetic operations with checked versions.
This commit is contained in:
@@ -14,6 +14,9 @@ include = [
|
||||
"Cargo.toml"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
num-traits = "*"
|
||||
|
||||
[features]
|
||||
debug_msgs = []
|
||||
no_stdlib = []
|
Reference in New Issue
Block a user