diagnostics_tools 0.4.0

Diagnostics tools.
Documentation
[dependencies.pretty_assertions]
optional = true
version = "~1.4.0"
[dev-dependencies.test_tools]
version = "~0.5.0"

[features]
default = ["enabled", "diagnostics_runtime_assertions", "diagnostics_compiletime_assertions", "diagnostics_memory_layout"]
diagnostics_compiletime_assertions = []
diagnostics_memory_layout = []
diagnostics_runtime_assertions = ["pretty_assertions"]
enabled = []
full = ["enabled", "diagnostics_runtime_assertions", "diagnostics_compiletime_assertions", "diagnostics_memory_layout"]
no_std = []
use_alloc = []
[lints.clippy]
pedantic = "deny"
restriction = "deny"

[lints.rust]
future_incompatible = "deny"
missing_debug_implementations = "deny"
missing_docs = "deny"
rust_2018_idioms = "deny"

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dmytro.kr@obox.systems>"]
categories = ["algorithms", "development-tools"]
description = "Diagnostics tools.\n"
documentation = "https://docs.rs/diagnostics_tools"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/diagnostics_tools"
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "diagnostics_tools"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/diagnostics_tools"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = false
exclude = ["/tests", "/examples", "-*"]
features = ["full"]