debug_pets

Crates.iodebug_pets
lib.rsdebug_pets
version0.1.0
created_at2025-05-05 05:35:02.967257+00
updated_at2025-05-05 05:35:02.967257+00
descriptionDebug pets is a crate that adds the cutest debugging tools you have ever seen.
homepage
repositoryhttps://github.com/WhyNotDogie/debug_pets
max_upload_size
id1660217
size9,354
mizu (WhyNotDogie)

documentation

README

Debug pets is a crate that adds the cutest debugging tools you have ever seen.

Example usage:

use debug_pets::prelude::*;

static DOG: PetDebugger<pets::Dog, DefaultPrinter> = PetDebugger::new();

fn main() {
    DOG.got_here("main function")
}

Console output can vary. Possible console output:

$ cargo run
Barked at main function!

Contains many other animals for you to explore!

Commit count: 12

cargo fmt