Added basic Plugin trait and test

This commit is contained in:
jhwgh1968
2020-04-25 18:50:10 -05:00
parent 3cb3dc8e4f
commit e59f6939f7
3 changed files with 62 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ num-traits = { version = "0.2.11", default-features = false }
[features]
#default = ["no_stdlib", "no_function", "no_index", "no_object", "no_float", "only_i32", "unchecked", "no_optimize", "sync"]
default = []
plugins = []
unchecked = [] # unchecked arithmetic
no_index = [] # no arrays and indexing
no_float = [] # no floating-point