num_convert 0.5.3

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.5.3"
dependencies = [
 "from_tup_macro",
 "paste",
]

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