Add unchecked feature to remove arithmetic operations checking.

This commit is contained in:
Stephen Chung
2020-03-08 23:14:18 +08:00
parent b1b25d3043
commit c5b40783ef
4 changed files with 124 additions and 53 deletions

View File

@@ -19,4 +19,5 @@ num-traits = "*"
[features]
debug_msgs = []
no_stdlib = []
no_stdlib = []
unchecked = []