[dependencies]
[dev-dependencies.test_tools]
version = "0.1.5"
[features]
default = ["enabled"]
enabled = []
full = ["enabled"]
nightly = []
no_std = []
use_alloc = []
[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dmytro.kr@obox.systems>"]
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/core/inspect_type"
keywords = ["fundamental", "general-purpose", "diagnostic-purpose"]
license = "MIT"
name = "inspect_type"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/inspect_type"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = false
exclude = ["/tests", "/examples", "-*"]
features = ["full"]