inspect_type 0.1.2

Diagnostic-purpose tools to inspect type of a variable and its size.
Documentation
example = []
test = []

[dependencies]
[dev-dependencies.test_tools]
version = "~0.1"

[features]
default = []
nightly = []

[lib]
name = "inspect_type"
path = "rust/impl/typing/inspect_type_lib.rs"

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Volodymyr M. <volodymyr.migdal@gmail.com>", "Dmytro Kryvoruchko <dm.vict.kr@gmail.com>"]
categories = ["algorithms", "development-tools"]
description = "Diagnostic-purpose tools to inspect type of a variable and its size.\n"
documentation = "https://docs.rs/inspect_type"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/inspect_type"
include = ["/rust/impl/typing/inspect_type_lib.rs", "/Cargo.toml", "/Readme.md", "/License"]
keywords = ["fundamental", "general-purpose", "diagnostic-purpose"]
license = "MIT"
name = "inspect_type"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/inspect_type"
resolver = "2"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true