[dependencies.paste]
version = "1.0.8"
[features]
bits = []
bounds = []
cast-from = []
cast-into = []
default = ["bounds", "bits"]
[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.4.5"