num_convert 0.7.2

Type converting library, conversions integers by overflow addition, supports generics types.
Documentation
[dependencies.from_tup_macro]
version = "0.1.0"

[dependencies.paste]
version = "1.0.8"

[dependencies.try_tup_to_arr_macro]
version = "0.1.0"

[features]
bits = []
cast_from_as = []
cast_into_as = []
default = ["to_min", "to_zero", "to_max", "bits"]
get_rem = []
to_max = []
to_min = []
to_zero = []
try_from_int_str = []
try_tup_to_arr16 = ["try_tup_to_arr_macro/try_tup_to_arr_16"]
try_tup_to_arr8 = ["try_tup_to_arr_macro/try_tup_to_arr_8"]
tup16 = ["from_tup_macro/from_tup_16"]
tup8 = ["from_tup_macro/from_tup_8"]
type_info = []
val_type_info = []

[package]
authors = ["Karl Wulfert <pic16f877.ccs@emailn.de>"]
categories = ["algorithms"]
description = """
Type converting library, conversions integers by overflow addition, 
supports generics types."""
edition = "2021"
homepage = "https://github.com/pic16f877ccs/num_convert"
keywords = ["trait", "generic", "any-converting", "integers", "overflow-addition"]
license = "MIT"
name = "num_convert"
readme = "README.md"
repository = "https://github.com/pic16f877ccs/num_convert"
version = "0.7.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]