dirty-debug 0.2.0

Quick and dirty debugging
Documentation
[badges.codecov]
branch = "main"
repository = "orium/dirty-debug"
service = "github"
[dependencies.dashmap]
version = "5.4.0"

[dependencies.once_cell]
version = "1.15.0"
[dev-dependencies.indoc]
version = "1.0.7"

[dev-dependencies.rand]
version = "0.8.1"

[features]
fatal-warnings = []

[package]
authors = ["Diogo Sousa <diogogsousa@gmail.com>"]
categories = ["development-tools"]
description = "Quick and dirty debugging"
documentation = "https://docs.rs/dirty-debug"
edition = "2021"
homepage = "https://github.com/orium/dirty-debug"
include = ["/src/**/*.rs", "/Cargo.toml", "/LICENSE.md", "/README.md", "/release-notes.md"]
keywords = ["debug"]
license = "MPL-2.0"
name = "dirty-debug"
readme = "README.md"
repository = "https://github.com/orium/dirty-debug"
version = "0.2.0"