num_convert 0.3.2

Type converting library, conversions integers by overflow addition, supports generics types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.paste]
version = "1.0.8"

[features]

[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", "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.3.2"