num_convert 0.5.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"

[features]
bits = []
cast_from_as = []
cast_into_as = []
default = ["to_min", "to_zero", "to_max", "bits"]
to_max = []
to_min = []
to_zero = []
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, \nsupports generics types."
edition = "2021"
homepage = "https://github.com/pic16f877ccs/num_convert"
keywords = ["trait", "generic", "any-converting", "integers", "overflow-addition"]
license = "GPL-3.0-or-later"
name = "num_convert"
readme = "README.md"
repository = "https://github.com/pic16f877ccs/num_convert"
version = "0.5.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]