num_convert 0.7.2

Type converting library, conversions integers by overflow addition, supports generics types.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "from_tup_macro"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00c9fb0d24e9a6a9d80ae3e0de947ed636fa1cb1840a83b01b29300dee21aa3c"

[[package]]
name = "num_convert"
version = "0.7.2"
dependencies = [
 "from_tup_macro",
 "paste",
 "try_tup_to_arr_macro",
]

[[package]]
name = "paste"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"

[[package]]
name = "try_tup_to_arr_macro"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dd91e10e08e5847f7146d32f5528c5db82f38a68cf118be079af3e7f498f46c"