inspect_type 0.0.7

Diagnostic-purpose tools to inspect type of a variable and its size.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "anyhow"
version = "1.0.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"

[[package]]
name = "inspect_type"
version = "0.0.7"
dependencies = [
 "wtest_basic",
]

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

[[package]]
name = "wtest_basic"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a57f18c58605b72a2a151ddd264a2e11714ef32825740fbce0ccce14a5c9248"
dependencies = [
 "anyhow",
 "paste",
]