debug_pets 0.1.0

Debug pets is a crate that adds the cutest debugging tools you have ever seen.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "debug_pets"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Debug pets is a crate that adds the cutest debugging tools you have ever seen."
repository = "https://github.com/WhyNotDogie/debug_pets"
readme = "README.md"
keywords = ["api", "utility", "logging", "log", "library"]

[features]
default = ["random"]
random = ["dep:rand"]

[dependencies]
rand = { version = "0.9.1", optional = true }