Cargo Features
[dependencies]
num_convert = { version = "0.7.2", default-features = false, features = ["bits", "cast_into_as", "val_type_info", "tup8", "tup16", "try_tup_to_arr8", "try_tup_to_arr16"] }
- default = bits, to_max, to_min, to_zero
-
These default features are set whenever
num_convert
is added without
somewhere in the dependency tree.default-features = false - to_min to_max to_zero bits default
- get_rem cast_from_as cast_into_as
- try_from_int_str type_info val_type_info
- tup8
-
Enables from_tup_8 of from_tup_macro
- tup16
-
Enables from_tup_16 of from_tup_macro
- try_tup_to_arr8
-
Enables try_tup_to_arr_8 of try_tup_to_arr_macro
- try_tup_to_arr16
-
Enables try_tup_to_arr_16 of try_tup_to_arr_macro
num_convert has 8 features without comments.